summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorlstewart <lstewart@FreeBSD.org>2010-11-16 08:30:39 +0000
committerlstewart <lstewart@FreeBSD.org>2010-11-16 08:30:39 +0000
commit4cb0a4f8c615e1b78564b81d97cbc5270a8bbe58 (patch)
treee694ccd2a10fb3660818ee605881b49cfaa826e3 /sys/netinet/tcp_var.h
parentb114c25bf801c8ee5bee3bf3c70cbd3cf528223d (diff)
downloadFreeBSD-src-4cb0a4f8c615e1b78564b81d97cbc5270a8bbe58.zip
FreeBSD-src-4cb0a4f8c615e1b78564b81d97cbc5270a8bbe58.tar.gz
Move protocol specific implementation detail out of the core CC framework.
Sponsored by: FreeBSD Foundation Tested by: Mikolaj Golub <to.my.trociny at gmail com> MFC after: 11 weeks X-MFC with: r215166
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 442c736..7b38667 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -605,6 +605,7 @@ VNET_DECLARE(int, tcp_ecn_maxretries);
#define V_tcp_ecn_maxretries VNET(tcp_ecn_maxretries)
int tcp_addoptions(struct tcpopt *, u_char *);
+int tcp_ccalgounload(struct cc_algo *unload_algo);
struct tcpcb *
tcp_close(struct tcpcb *);
void tcp_discardcb(struct tcpcb *);
OpenPOWER on IntegriCloud