From d519cedbad91f407a94ab14e1f53bf534bc0e6db Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Fri, 22 Jan 2016 02:07:48 +0000 Subject: Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion control algorithm options. The argument is variable length and is opaque to TCP, forwarded directly to the algorithm's ctl_output method. Provide new includes directory netinet/cc, where algorithm specific headers can be installed. The new API doesn't yet have any in tree consumers. The original code written by lstewart. Reviewed by: rrs, emax Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D711 --- include/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Makefile b/include/Makefile index c75de6e3573de..8033de1cbc061 100644 --- a/include/Makefile +++ b/include/Makefile @@ -53,6 +53,7 @@ LSUBDIRS= cam/ata cam/scsi \ geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \ net/altq \ netgraph/atm netgraph/netflow \ + netinet/cc \ security/audit \ security/mac_biba security/mac_bsdextended security/mac_lomac \ security/mac_mls security/mac_partition \ -- cgit v1.3