Date: Thu, 13 Jun 2002 20:08:05 -0700 (PDT) From: Mike Silbersack <silby@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c tcp_syncache.c tcp_var.h Message-ID: <200206140308.g5E385h53330@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2002/06/13 20:08:05 PDT
Modified files:
sys/netinet tcp_output.c tcp_syncache.c tcp_var.h
Log:
Re-commit w/fix:
Ensure that the syn cache's syn-ack packets contain the same
ip_tos, ip_ttl, and DF bits as all other tcp packets.
PR: 39141
MFC after: 2 weeks
This time, make sure that ipv4 specific code (aka all of the above)
is only run in the ipv4 case.
Revision Changes Path
1.64 +1 -1 src/sys/netinet/tcp_output.c
1.22 +16 -2 src/sys/netinet/tcp_syncache.c
1.80 +1 -0 src/sys/netinet/tcp_var.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206140308.g5E385h53330>
