lukem 1f8f74b669 enhance ephemeral port allocation code:
* support sysctl net.inet.ip.anonportmin (lowest ephemeral port)
  and net.inet.ip.anonportmax (highest ephemeral port).
  these can't be set to >65535, < IPPORT_RESERVED (unless IPNOPRIVPORTS
  is defined), and anonportmin has to be < anonportmax.
* use a cleaner way of only cycling through the available set once;
  this will be useful for when a random allocation scheme is used
* define IPPORT_ANON{MIN,MAX} instead of IPPORT_USER{LOW,HIGH}
1998-01-05 09:52:02 +00:00
1998-01-04 23:53:58 +00:00
1998-01-05 09:26:17 +00:00
1998-01-05 04:54:16 +00:00
1998-01-05 06:14:51 +00:00
1998-01-01 04:51:54 +00:00
1998-01-05 06:28:04 +00:00
1998-01-05 05:15:43 +00:00
1998-01-05 05:59:45 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%