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,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 2019 Joyent, Inc. # Copyright 2016 Garrett D'Amore <garrett@damore.org> # Copyright 2018 Nexenta Systems, Inc. # Copyright 2019 RackTop Systems #
*** 172,181 **** --- 173,188 ---- # files. # ALL_DEFS = $(DEBUG_DEFS) $(OPTION_DEFS) # + # TCP congestion control modules (/kernel/cc) + # + MISC_KMODS += 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. #