Temporary fixes for warnings

This commit is contained in:
Joseph Henry
2017-12-04 17:00:52 -08:00
parent 2a2981a78e
commit 50c0e802d8
2 changed files with 7 additions and 11 deletions

View File

@@ -175,9 +175,9 @@ struct sockaddr_ll {
#define SO_STYLE 100
#define TCP_CORK 101
#define TCP_DEFER_ACCEPT 102
#ifndef TCP_KEEPIDLE
#define TCP_KEEPIDLE 103
#endif
//#ifndef TCP_KEEPIDLE
//#define TCP_KEEPIDLE 103
//#endif
#define TCP_LINGER2 104
#define TCP_QUICKACK 105
#define TCP_SYNCNT 106