Re: manual page review: connect(2) EAGAIN error

2001-01-20 Thread Ben Smithurst
inp->inp_laddr.s_addr = INADDR_ANY; return (EAGAIN); } ... What *should* it return? -- Ben Smithurst / [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: manual page review: connect(2) EAGAIN error

2001-01-20 Thread Ben Smithurst
age. sorry. If you fix the code to return EADDRNOTAVAIL then the PR can be closed as it will no longer apply. -- Ben Smithurst / [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: manual page review: connect(2) EAGAIN error

2001-01-19 Thread Ben Smithurst
n +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 PRO

Re: manual page review: connect(2) EAGAIN error

2001-01-18 Thread Ben Smithurst
Ben Smithurst wrote: > +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 +sysctl variable > +(which defaults to 5000) may help this problem. oops. --

manual page review: connect(2) EAGAIN error

2001-01-18 Thread Ben Smithurst
are specific to connecting names in the UNIX domain. -- Ben Smithurst / [EMAIL PROTECTED] / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message