From 4cb0a4f8c615e1b78564b81d97cbc5270a8bbe58 Mon Sep 17 00:00:00 2001 From: lstewart Date: Tue, 16 Nov 2010 08:30:39 +0000 Subject: Move protocol specific implementation detail out of the core CC framework. Sponsored by: FreeBSD Foundation Tested by: Mikolaj Golub MFC after: 11 weeks X-MFC with: r215166 --- sys/netinet/tcp_var.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netinet/tcp_var.h') 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 *); -- cgit v1.1