On Fri, Jun 30, 2000 at 09:47:41AM -0700, Aaditya Rai wrote:
> > Tanks for the reply.
> 
> Can I really be running out of ports when there are not more than 20
> connections at any given time. (The structure of  my program and netstat,
> both verify this.)
> 
> Netstat doesn;t show more than 5 connections in TIME_WAIT during the
> operation.

connect() only returns EAGAIN when it runs out of ports.

sendmsg()et.al. can return EAGAIN when it runs out of memory or you're writing
to a not yet connected non blocking socket.


-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to