fix typo in socket.h (wrong macro name)

This commit is contained in:
Szabolcs Nagy 2013-10-18 15:19:49 +00:00
parent d5bd7dd5d2
commit 20a34af862
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ struct linger
#define MSG_EOR 0x0080 #define MSG_EOR 0x0080
#define MSG_WAITALL 0x0100 #define MSG_WAITALL 0x0100
#define MSG_FIN 0x0200 #define MSG_FIN 0x0200
#define MSD_SYN 0x0400 #define MSG_SYN 0x0400
#define MSG_CONFIRM 0x0800 #define MSG_CONFIRM 0x0800
#define MSG_RST 0x1000 #define MSG_RST 0x1000
#define MSG_ERRQUEUE 0x2000 #define MSG_ERRQUEUE 0x2000