Date: Mon, 19 Apr 2004 23:45:10 -0700 (PDT) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c Message-ID: <200404200645.i3K6jAJE070009@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2004/04/19 23:45:10 PDT
FreeBSD src repository
Modified files:
sys/netinet in_pcb.c
Log:
Switch from using sequential to random ephemeral port allocation,
implementation taken directly from OpenBSD.
I've resisted committing this for quite some time because of concern over
TIME_WAIT recycling breakage (sequential allocation ensures that there is a
long time before ports are recycled), but recent testing has shown me that
my fears were unwarranted.
Revision Changes Path
1.143 +28 -6 src/sys/netinet/in_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404200645.i3K6jAJE070009>
