kern/172675: [netinet] [patch] sysctl_tcp_hc_list (net.inet.tcp.hostcache.list) race condition causing memory corruption
Jason Wolfe
jason at llnw.com
Sat Jun 8 09:30:01 UTC 2013
The following reply was made to PR kern/172675; it has been noted by GNATS.
From: Jason Wolfe <jason at llnw.com>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: kern/172675: [netinet] [patch] sysctl_tcp_hc_list (net.inet.tcp.hostcache.list)
race condition causing memory corruption
Date: Sat, 08 Jun 2013 02:20:48 -0700
My mistake, this is still an open issue, only the small RTT value patch
of this diff is live.
- (RTM_RTTUNIT / (hz * TCP_RTT_SCALE))),
+ (RTM_RTTUNIT / (hz * TCP_RTTVAR_SCALE))),
More information about the freebsd-net
mailing list