login
Header Space

 
 

Re: inetd hangs?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Friday, April 2, 1993 - 5:42 am

Inetd makes some (at least for 0.99.6) broken assumptions. Linux allows the
situation to occur when you select, are told there is a new connection and
before you do the accept the connection vanishes. Set the socket nonblocking
before the accept and back to blocking just afterwards. In addition you
may need to check the SIGCLD handling if you get 'Transport endpoint not
connected'. 

Alan
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: inetd hangs?, Alan Cox, (Fri Apr 2, 5:42 am)
speck-geostationary