Print this page
DLPX-25998 TCP congestion control is inadequate
Reviewed at: http://reviews.delphix.com/r/34808/
        
*** 19,28 ****
--- 19,29 ----
  #
  
  #
  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
+ # Copyright (c) 2014 by Delphix. All rights reserved.
  # Copyright 2016 Joyent, Inc.
  # Copyright 2016 Garrett D'Amore <garrett@damore.org>
  # Copyright 2017 Nexenta Systems, Inc.
  #
  
*** 173,182 ****
--- 174,188 ----
  #       files.
  #
  ALL_DEFS         = $(DEBUG_DEFS) $(OPTION_DEFS)
  
  #
+ #       TCP congestion control modules (/kernel/cc)
+ #
+ CC_KMODS       += cc_newreno cc_cubic cc_sunreno
+ 
+ #
  #       The kernels modules which are "implementation architecture"
  #       specific for this machine are enumerated below. Note that most
  #       of these modules must exist (in one form or another) for each
  #       architecture.
  #