diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-04-07 19:22:56 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-04-08 20:20:38 +0200 |
| commit | 941170a7e2ba713853d9b63b259a00bd634518fc (patch) | |
| tree | 808b8febbdaed8e3c9fecbb0b0f3e294225d25eb /sys/socket_inet_tcp_amd64.const | |
| parent | 822b1269b30114d4bec447845fc71afca97c5b63 (diff) | |
sys: add more tcp socket options
Diffstat (limited to 'sys/socket_inet_tcp_amd64.const')
| -rw-r--r-- | sys/socket_inet_tcp_amd64.const | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/socket_inet_tcp_amd64.const b/sys/socket_inet_tcp_amd64.const index 8049cc498..f9e773af7 100644 --- a/sys/socket_inet_tcp_amd64.const +++ b/sys/socket_inet_tcp_amd64.const @@ -7,6 +7,10 @@ SIOCINQ = 21531 SIOCOUTQ = 21521 SIOCOUTQNSD = 35147 SOCK_STREAM = 1 +TCPOPT_MSS = 2 +TCPOPT_SACK_PERM = 4 +TCPOPT_TIMESTAMP = 8 +TCPOPT_WINDOW = 3 TCP_CC_INFO = 26 TCP_CONGESTION = 13 TCP_CORK = 3 @@ -19,6 +23,7 @@ TCP_KEEPINTVL = 5 TCP_LINGER2 = 8 TCP_MAXSEG = 2 TCP_MD5SIG = 14 +TCP_MD5SIG_MAXKEYLEN = 80 TCP_NODELAY = 1 TCP_NOTSENT_LOWAT = 25 TCP_QUEUE_SEQ = 21 |
