Browse Source

Fix #780

pull/807/head
Max Lv 8 years ago
parent
commit
f73031df20
1 changed files with 1 additions and 1 deletions
  1. 2
      src/server.c

2
src/server.c

@ -405,7 +405,7 @@ int create_and_bind(const char *host, const char *port, int mptcp)
#endif
int err = set_reuseport(listen_sock);
if (err == 0) {
LOGI("port reuse enabled");
LOGI("tcp port reuse enabled");
}
if (mptcp == 1) {

Loading…
Cancel
Save