cvs commit: src/sys/netinet tcp_input.c tcp_sack.c tcp_var.h
Paul Saab
ps at FreeBSD.org
Thu Feb 17 23:04:56 GMT 2005
ps 2005-02-17 23:04:56 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_sack.c tcp_var.h
Log:
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
Revision Changes Path
1.268 +2 -5 src/sys/netinet/tcp_input.c
1.8 +8 -7 src/sys/netinet/tcp_sack.c
1.117 +1 -3 src/sys/netinet/tcp_var.h
More information about the cvs-src
mailing list