hi, > Module Name: src > Committed By: christos > Date: Thu Nov 29 02:07:21 UTC 2012 > > Modified Files: > src/sys/netinet: ip_input.c portalgo.c portalgo.h > src/sys/netinet6: ip6_input.c > > Log Message: > Add a new sysctl to mark ports as reserved, so that they are not used in > the anonymous or reserved port allocation.
what's the purpose of this feature? fd_set doesn't seem like an appropriate structure for this. YAMAMOTO Takashi > > > To generate a diff of this commit: > cvs rdiff -u -r1.302 -r1.303 src/sys/netinet/ip_input.c > cvs rdiff -u -r1.1 -r1.2 src/sys/netinet/portalgo.c \ > src/sys/netinet/portalgo.h > cvs rdiff -u -r1.140 -r1.141 src/sys/netinet6/ip6_input.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files.