Re: maximum number of outgoing connections

2007-08-22 Thread Igor Sysoev
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

Re: maximum number of outgoing connections

2007-08-20 Thread Igor Sysoev
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

Re: maximum number of outgoing connections

2007-08-20 Thread John-Mark Gurney
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

Re: maximum number of outgoing connections

2007-08-20 Thread Tom Judge
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

Re: maximum number of outgoing connections

2007-08-20 Thread Igor Sysoev
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

maximum number of outgoing connections

2007-08-20 Thread Igor Sysoev
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 EADDRNOTAVAIL. net.ine