Browse Source

update a marco of detecting linux

pull/365/head
Max Lv 9 years ago
parent
commit
60bdea5b85
1 changed files with 1 additions and 1 deletions
  1. 2
      src/common.h

2
src/common.h

@ -23,7 +23,7 @@
#define _COMMON_H
// only enable TCP_FASTOPEN on linux
#if __linux
#if defined(__linux__)
/* conditional define for TCP_FASTOPEN */
#ifndef TCP_FASTOPEN

Loading…
Cancel
Save