Print this page
11553 Want pluggable TCP congestion control algorithms
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/inet/ip/ip.c
          +++ new/usr/src/uts/common/inet/ip/ip.c
↓ open down ↓ 87 lines elided ↑ open up ↑
  88   88  #include <inet/ip_multi.h>
  89   89  #include <inet/ip_if.h>
  90   90  #include <inet/ip_ire.h>
  91   91  #include <inet/ip_ftable.h>
  92   92  #include <inet/ip_rts.h>
  93   93  #include <inet/ip_ndp.h>
  94   94  #include <inet/ip_listutils.h>
  95   95  #include <netinet/igmp.h>
  96   96  #include <netinet/ip_mroute.h>
  97   97  #include <inet/ipp_common.h>
       98 +#include <inet/cc.h>
  98   99  
  99  100  #include <net/pfkeyv2.h>
 100  101  #include <inet/sadb.h>
 101  102  #include <inet/ipsec_impl.h>
 102  103  #include <inet/iptun/iptun_impl.h>
 103  104  #include <inet/ipdrop.h>
 104  105  #include <inet/ip_netinfo.h>
 105  106  #include <inet/ilb_ip.h>
 106  107  
 107  108  #include <sys/ethernet.h>
↓ open down ↓ 15193 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX