Garrett Wollman wrote:

> [EAGAIN] is equivalent to the traditional BSD [EWOULDBLOCK], and might
> be used for connects in non-blocking mode.

oops, I forgot that this is for non-blocking sockets...

+.It Bq Er EAGAIN
+A resource was temporarily unavailable when connecting a socket in
+non-blocking mode.
+This could indicate there are no port numbers available for use when a port
+number is being chosen automatically.
+Increasing the
+.Va net.inet.ip.portrange.last
+.Xr sysctl 8
+variable (which defaults to 5000) may help this problem.

Any better?

-- 
Ben Smithurst / [EMAIL PROTECTED] / [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to