Print this page
11554 Want TCP_CONGESTION socket option
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/netinet/tcp.h
          +++ new/usr/src/uts/common/netinet/tcp.h
↓ open down ↓ 121 lines elided ↑ open up ↑
 122  122  #define TCP_RTO_MIN                     0x1A
 123  123  #define TCP_RTO_MAX                     0x1B
 124  124  #define TCP_LINGER2                     0x1C
 125  125  
 126  126  /* gap for expansion of ``standard'' options */
 127  127  #define TCP_ANONPRIVBIND                0x20    /* for internal use only  */
 128  128  #define TCP_EXCLBIND                    0x21    /* for internal use only  */
 129  129  #define TCP_KEEPIDLE                    0x22
 130  130  #define TCP_KEEPCNT                     0x23
 131  131  #define TCP_KEEPINTVL                   0x24
      132 +#define TCP_CONGESTION                  0x25
 132  133  
 133  134  #ifdef  __cplusplus
 134  135  }
 135  136  #endif
 136  137  
 137  138  #endif  /* _NETINET_TCP_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX