Skip to content

Commit

Permalink
tcp: include netinet/tcp.h to make certain macros available
Browse files Browse the repository at this point in the history
Following are tested: TCP_KEEPINTVL, TCP_KEEPIDLE, TCP_KEEPCNT
  • Loading branch information
mslehto committed Jan 29, 2016
1 parent bb1f047 commit 6627098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tcp_options.h
Expand Up @@ -23,6 +23,7 @@

#ifdef USE_TCP

#include <netinet/tcp.h>
#ifndef NO_TCP_ASYNC
#define TCP_ASYNC /* enabled async mode */
#endif
Expand Down

0 comments on commit 6627098

Please sign in to comment.