cvs commit: src/sys/netinet in_pcb.c
Darren Reed
darrenr at hub.freebsd.org
Tue Apr 27 04:47:11 PDT 2004
On Mon, Apr 26, 2004 at 08:42:58PM +0200, Andre Oppermann wrote:
> Mike Silbersack wrote:
> > On Fri, 23 Apr 2004, Mike Tancsa wrote:
> >
> > > Hi, thanks for this commit. I notice,
> > >
> > > net.inet.ip.portrange.lowfirst: 1023
> > > net.inet.ip.portrange.lowlast: 600
> > > net.inet.ip.portrange.first: 1024
> > > net.inet.ip.portrange.last: 5000
> > > net.inet.ip.portrange.hifirst: 49152
> > > net.inet.ip.portrange.hilast: 65535
> > > net.inet.ip.portrange.randomized: 1
>From NetBSD:
net.inet.ip.anonportmin = 49152
net.inet.ip.anonportmax = 65535
net.inet.ip.lowportmin = 600
net.inet.ip.lowportmax = 1023
net.inet6.ip6.anonportmin = 49152
net.inet6.ip6.anonportmax = 65535
net.inet6.ip6.lowportmin = 600
net.inet6.ip6.lowportmax = 1023
...which look like the RFC specified numbers, to me.
Darren
More information about the cvs-src
mailing list