Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-7] src
Module Name: src
Committed By: martin
Date: Sat Feb 21 13:40:19 UTC 2015
Modified Files:
src/share/man/man4 [netbsd-7]: tcp.4
src/sys/netinet [netbsd-7]: tcp.h tcp_input.c tcp_output.c tcp_subr.c
tcp_usrreq.c tcp_var.h
src/sys/sys [netbsd-7]: param.h
Log Message:
Pull up following revision(s) (requested by he in ticket #530):
sys/netinet/tcp_output.c: revision 1.180
sys/netinet/tcp_input.c: revision 1.336
sys/netinet/tcp_usrreq.c: revision 1.203
share/man/man4/tcp.4: revision 1.30
sys/netinet/tcp.h: revision 1.31
sys/netinet/tcp_subr.c: revision 1.258
sys/netinet/tcp_var.h: revision 1.176
sys/netinet/tcp_var.h: revision 1.177
sys/sys/param.h: bump revision
Port over the TCP_INFO socket option from FreeBSD, originally from
the Linux 2.6 TCP API. This permits the caller to query certain information
about a TCP connection, and is used by pkgsrc's net/iperf3 test program
if available.
This extends struct tcbcb with three fields to count retransmits,
out-of-sequence receives and zero window announcements, and will
therefore warrant a kernel revision bump (done separately).
Change the new counter variables in struct tcpcb to uint32_t, as
per christos' comments.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.29.4.1 src/share/man/man4/tcp.4
cvs rdiff -u -r1.30 -r1.30.22.1 src/sys/netinet/tcp.h
cvs rdiff -u -r1.334 -r1.334.2.1 src/sys/netinet/tcp_input.c
cvs rdiff -u -r1.176.2.3 -r1.176.2.4 src/sys/netinet/tcp_output.c
cvs rdiff -u -r1.255.4.1 -r1.255.4.2 src/sys/netinet/tcp_subr.c
cvs rdiff -u -r1.200.2.1 -r1.200.2.2 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.175 -r1.175.2.1 src/sys/netinet/tcp_var.h
cvs rdiff -u -r1.459.2.1 -r1.459.2.2 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index