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>

@@ -19,10 +19,11 @@
  * CDDL HEADER END
  */
 
 /*
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017 by Delphix. All rights reserved.
  */
 
 #ifndef _INET_TCP_STACK_H
 #define _INET_TCP_STACK_H
 

@@ -112,10 +113,12 @@
 
         /* Listener connection limit configuration. */
         kmutex_t        tcps_listener_conf_lock;
         list_t          tcps_listener_conf;
 
+        struct cc_algo  *tcps_default_cc_algo;
+
         /*
          * Per CPU stats
          *
          * tcps_sc: array of pointer to per CPU stats.  The i-th element in the
          *    array represents the stats of the CPU with cpu_seqid.