[En-Nut-Discussion] NutTcpAccept() timeout
    Harald Kipp 
    harald.kipp at egnite.de
       
    Wed Jul 19 10:47:02 CEST 2006
    
    
  
My fault. You're correct. I overlooked, that BSD allows using
select() on listening sockets.
Harald
At 20:07 06.07.2006 +1000, you wrote:
>The standard BSD socket API allows doing this by making the socket 
>non-blocking, calling connect() and then calling select() with a time-out 
>value. A similar approach applies to accept. These are quite common 
>methods for all TCP/IP based protocols which require control over the 
>connection time.
    
    
More information about the En-Nut-Discussion
mailing list