summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/netinet
diff options
context:
space:
mode:
authorCody Peter Mello <cody.mello@joyent.com>2018-12-05 20:01:33 +0000
committerRobert Mustacchi <rm@joyent.com>2019-08-23 18:44:26 +0000
commitd49945110829673d27d215f4db010ac1d22a68de (patch)
treedb18c6fc23cdcd3c7b8afbc231f48ee969ff01ed /usr/src/uts/common/netinet
parent45a4b79d042e642c2ed7090ec290469ccf8fc563 (diff)
downloadillumos-joyent-d49945110829673d27d215f4db010ac1d22a68de.tar.gz
11554 Want TCP_CONGESTION socket option
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/common/netinet')
-rw-r--r--usr/src/uts/common/netinet/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/netinet/tcp.h b/usr/src/uts/common/netinet/tcp.h
index f6c2fc160b..e79c1a571d 100644
--- a/usr/src/uts/common/netinet/tcp.h
+++ b/usr/src/uts/common/netinet/tcp.h
@@ -129,6 +129,7 @@ struct tcphdr {
#define TCP_KEEPIDLE 0x22
#define TCP_KEEPCNT 0x23
#define TCP_KEEPINTVL 0x24
+#define TCP_CONGESTION 0x25
#ifdef __cplusplus
}