Browse Source

makes compiler happy

pull/69/head
clowwindy 11 years ago
parent
commit
8cb28f1b7f
1 changed files with 1 additions and 1 deletions
  1. 2
      src/server.c

2
src/server.c

@ -98,7 +98,7 @@ int create_and_bind(const char *host, const char *port)
if (fast_open)
{
opt = 5;
int r = setsockopt(listen_sock, SOL_TCP, TCP_FASTOPEN, &opt, sizeof(opt));
setsockopt(listen_sock, SOL_TCP, TCP_FASTOPEN, &opt, sizeof(opt));
}
#endif

Loading…
Cancel
Save