]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove 2 (SACK) fields from the tcpcb. These are only used by a
authorps <ps@FreeBSD.org>
Thu, 17 Feb 2005 23:04:56 +0000 (23:04 +0000)
committerps <ps@FreeBSD.org>
Thu, 17 Feb 2005 23:04:56 +0000 (23:04 +0000)
commitc54115d548403a18776fc113c093f02b9b1b7cd6
treef499192558595efb6ec36ffea0115a881a6c068d
parentf37aa50bc87784bdc8c08c58bd6437518e57167e
Remove 2 (SACK) fields from the tcpcb. These are only used by a
function that is called from tcp_input(), so they oughta be passed on
the stack instead of stuck in the tcpcb.

Submitted by: Mohan Srinivasan
sys/netinet/tcp_input.c
sys/netinet/tcp_reass.c
sys/netinet/tcp_sack.c
sys/netinet/tcp_var.h