Porting Windows socket program to Unix: Alternative for winsock32 APIs in unix

Posted by Amita on Stack Overflow See other posts from Stack Overflow or by Amita
Published on 2010-06-15T04:42:33Z Indexed on 2010/06/15 4:42 UTC
Read the original article Hit count: 467

Filed under:
|

In Socket Programming, how will a Unix thread receive a Socket CLOSE event from a client if connection is closed?

Are there any API's which will notify the unix thread about the CLOSE event received?

As in Windows we have WSAEnumNetworkEvents API which gets the event notification for a specified socket descriptor. What will be the equivalent API used in the Unix socket programing?

Please provide the help for the query.

© Stack Overflow or respective owner

Related posts about c++

Related posts about unix-socket