cvs commit: src/sys/netinet tcp_output.c
Bjoern A. Zeeb
bz at FreeBSD.org
Wed Dec 5 02:37:18 PST 2007
bz 2007-12-05 10:37:17 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netinet tcp_output.c
Log:
MFC: rev. 1.143 sys/netinet/tcp_output.c
Make TSO work with IPSEC compiled into the kernel.
The lookup hurts a bit for connections but had been there anyway
if IPSEC was compiled in. So moving the lookup up a bit gives us
TSO support at not extra cost.
Approved by: re (kensmith)
Revision Changes Path
1.141.2.3 +16 -3 src/sys/netinet/tcp_output.c
More information about the cvs-src
mailing list