* include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
Thanks to Gisle Vanem <giva at bgnett dot no>
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define. | ||||
| 	Thanks to: Gisle Vanem  <giva at bgnett dot no> | ||||
|  | ||||
| 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net> | ||||
|  | ||||
| 	* include/reason.h  [_WIN32_WINNT >= 0x0501] | ||||
|   | ||||
| @@ -274,6 +274,7 @@ typedef WSADATA *LPWSADATA; | ||||
| #define SO_LINGER	128 | ||||
| #define SO_OOBINLINE	256 | ||||
| #define SO_DONTLINGER	(u_int)(~SO_LINGER) | ||||
| #define SO_EXCLUSIVEADDRUSE ((u_int)(~SO_REUSEADDR)) | ||||
| #define SO_SNDBUF	0x1001 | ||||
| #define SO_RCVBUF	0x1002 | ||||
| #define SO_SNDLOWAT	0x1003 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user