Date: Tue, 29 Oct 1996 22:13:12 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet in_pcb.c in_pcb.h Message-ID: <199610300613.WAA05113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/10/29 22:13:11 Modified: sys/netinet in_pcb.c in_pcb.h Log: Fix braino on my part. When we have three different port ranges (default, "high" and "secure"), we can't use a single variable to track the most recently used port in all three ranges.. :-] This caused the next transient port to be allocated from the start of the range more often than it should. Revision Changes Path 1.23 +5 -2 src/sys/netinet/in_pcb.c 1.14 +3 -1 src/sys/netinet/in_pcb.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610300613.WAA05113>