SO_REUSEADDR Macro
C
#define SO_REUSEADDR 2 //Indicates if the local socket can be reused immediately after close - Not yet supported
Description
Indicates if the local socket can be reused immediately after close. Not yet supported.
#define SO_REUSEADDR 2 //Indicates if the local socket can be reused immediately after close - Not yet supported
Indicates if the local socket can be reused immediately after close. Not yet supported.