update netinet/tcp.h for linux v4.2
authorSzabolcs Nagy <nsz@port70.net>
Tue, 8 Sep 2015 19:50:26 +0000 (19:50 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 25 Jan 2016 00:18:51 +0000 (19:18 -0500)
commit4da2d96591cfe0e088c366bf2bdf4ef0e47a3220
tree6f58a17dc12cc694529be9bf230ffc50d47c3809
parentecf02f4e8a2766d47cb7d637e7f8cb255ba7065b
update netinet/tcp.h for linux v4.2

TCP_CC_INFO is a new socket option to get congestion control info without
netlink (union tcp_cc_info is in linux/inet_diag.h kernel header).
linux commit 6e9250f59ef9efb932c84850cd221f22c2a03c4a

TCP_SAVE_SYN, TCP_SAVED_SYN socket options are for saving and getting the
SYN headers of passive connections in a server application.
linux commit cd8ae85299d54155702a56811b2e035e63064d3d

Add new tcpi_* fields to struct tcp_info implementing RFC4898 counters.
linux commit 2efd055c53c06b7e89c167c98069bab9afce7e59
include/netinet/tcp.h