SO_LINGER Macro
C
#define SO_LINGER 13 //Indicates if the system should send any buffered data when a socket is closed
Description
Indicates if the system should send any buffered data when a socket is closed.
#define SO_LINGER 13 //Indicates if the system should send any buffered data when a socket is closed
Indicates if the system should send any buffered data when a socket is closed.