On Mon, Aug 20, 2007 at 10:30:12PM +0400, Igor Sysoev wrote:
> On Mon, Aug 20, 2007 at 09:53:55AM -0700, John-Mark Gurney wrote:
>
> > Igor Sysoev wrote this message on Mon, Aug 20, 2007 at 19:11 +0400:
> > > It seems that FreeBSD can not make more than
> > >
> > > net.inet.ip.portrange.last - n
On Mon, Aug 20, 2007 at 09:53:55AM -0700, John-Mark Gurney wrote:
> Igor Sysoev wrote this message on Mon, Aug 20, 2007 at 19:11 +0400:
> > It seems that FreeBSD can not make more than
> >
> > net.inet.ip.portrange.last - net.inet.ip.portrange.first
> >
> > simultaneous outgoing connections, i.e
Igor Sysoev wrote this message on Mon, Aug 20, 2007 at 19:11 +0400:
> It seems that FreeBSD can not make more than
>
> net.inet.ip.portrange.last - net.inet.ip.portrange.first
>
> simultaneous outgoing connections, i.e., no more than about 64k.
>
> If I made ~64000 connections 127.0.0.1: > 1
Igor Sysoev wrote:
It seems that FreeBSD can not make more than
net.inet.ip.portrange.last - net.inet.ip.portrange.first
simultaneous outgoing connections, i.e., no more than about 64k.
If I made ~64000 connections 127.0.0.1: > 127.0.0.1:80, then
connect() to an external address returns EA
On Mon, Aug 20, 2007 at 05:19:14PM +0100, Tom Judge wrote:
> Igor Sysoev wrote:
> >It seems that FreeBSD can not make more than
> >
> >net.inet.ip.portrange.last - net.inet.ip.portrange.first
> >
> >simultaneous outgoing connections, i.e., no more than about 64k.
> >
> >If I made ~64000 connection