summaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
authorshemminger <shemminger>2005-08-08 20:24:41 +0000
committershemminger <shemminger>2005-08-08 20:24:41 +0000
commit6864c1e7890c65dd2ee037809f772790b04792b4 (patch)
tree257f42e3666c4022a74d030b6465f24593b50e2f /include/linux/tcp.h
parent3fcdebb6d0b6f7cafb0a21e5e892d3670326dc9a (diff)
Update to latest kernel headers.ss-050808
Fix out of range on paretonormal
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r--include/linux/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 9703d6be..66763799 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -127,6 +127,7 @@ enum {
#define TCP_WINDOW_CLAMP 10 /* Bound advertised window */
#define TCP_INFO 11 /* Information about this connection. */
#define TCP_QUICKACK 12 /* Block/reenable quick acks */
+#define TCP_CONGESTION 13 /* Congestion control algorithm */
#define TCPI_OPT_TIMESTAMPS 1
#define TCPI_OPT_SACK 2