HomeFreeBSD

tcp: Fix 32 bit platform breakage

Description

tcp: Fix 32 bit platform breakage

This fixes the incorrect use of a sysctl add to u64. It
was for a useconds time, but on 32 bit platforms its
not a u64. Instead use the long directive.

Reviewed by: tuexen
Sponsored by: Netflix Inc.
Differential Revision: https://reviews.freebsd.org/D31107

Details

Provenance
rrsAuthored on Jul 8 2021, 11:06 AM
Reviewer
tuexen
Differential Revision
D31107: tcp: Fix 32 bit platform breakage
Parents
rGfa96701c8abb: pf: Handle errors returned by pf_killstates()
Branches
Unknown
Tags
Unknown