Date: Mon, 26 Jun 2006 15:35:25 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_var.h Message-ID: <200606261535.k5QFZPb8079432@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2006-06-26 15:35:25 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_var.h
Log:
Some cleanups and janitorial work to tcp_dooptions():
o redefine the parameter 'is_syn' to 'flags', add TO_SYN flag and adjust its
usage accordingly
o update the comments to the tcp_dooptions() invocation in
tcp_input():after_listen to reflect reality
o move the logic checking the echoed timestamp out of tcp_dooptions() to the
only place that uses it next to the invocation described in the previous
item
o adjust parsing of TCPOPT_SACK_PERMITTED to use the same style as the others
o add comments in to struct tcpopt.to_flags #defines
No functional changes.
Sponsored by: TCP/IP Optimization Fundraise 2005
Revision Changes Path
1.301 +25 -19 src/sys/netinet/tcp_input.c
1.133 +8 -3 src/sys/netinet/tcp_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606261535.k5QFZPb8079432>
