]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/linux/tcp_diag.h
Netem support for reorder
[mirror_iproute2.git] / include / linux / tcp_diag.h
index ceee962e1d15a56262fe9b288cce886db6ff1dbe..7a5996743946806feecb65274be02b328508ca70 100644 (file)
@@ -99,9 +99,10 @@ enum
        TCPDIAG_MEMINFO,
        TCPDIAG_INFO,
        TCPDIAG_VEGASINFO,
+       TCPDIAG_CONG,
 };
 
-#define TCPDIAG_MAX TCPDIAG_VEGASINFO
+#define TCPDIAG_MAX TCPDIAG_CONG
 
 
 /* TCPDIAG_MEM */
@@ -123,5 +124,4 @@ struct tcpvegas_info {
        __u32   tcpv_minrtt;
 };
 
-
 #endif /* _TCP_DIAG_H_ */