aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/cc/cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/cc/cc.c')
-rw-r--r--sys/netinet/cc/cc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/cc/cc.c b/sys/netinet/cc/cc.c
index a009998ca920..0c2d6cb0e86d 100644
--- a/sys/netinet/cc/cc.c
+++ b/sys/netinet/cc/cc.c
@@ -81,7 +81,7 @@ __FBSDID("$FreeBSD$");
* Have a sane default if no CC_DEFAULT is specified in the kernel config file.
*/
#ifndef CC_DEFAULT
-#define CC_DEFAULT "newreno"
+#define CC_DEFAULT "cubic"
#endif
uint32_t hystart_minrtt_thresh = 4000;