]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the function tcp_twrecycleable; it has been #if 0'd for
authorsilby <silby@FreeBSD.org>
Fri, 16 May 2014 01:38:38 +0000 (01:38 +0000)
committersilby <silby@FreeBSD.org>
Fri, 16 May 2014 01:38:38 +0000 (01:38 +0000)
commit278abd32202c5e621d3d868824000d2f296645f4
tree3a5e51d341d105e1183416079714382302eacd02
parent1ee93b78d4d43085efe40fa2969ff952aa26023b
Remove the function tcp_twrecycleable; it has been #if 0'd for
eight years.  The original concept was to improve the
corner case where you run out of ephemeral ports, but it
was causing performance problems and the mechanism
of limiting the number of time_wait sockets serves
the same purpose in the end.

Reviewed by: bz
sys/netinet/tcp_timewait.c
sys/netinet/tcp_var.h