K 10 svn:author V 2 ps K 8 svn:date V 27 2005-02-27T21:43:54.000000Z K 7 svn:log V 564 MFC: >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 END