Browse Source

Fix typo.

pull/2788/head
Not Sure 3 years ago
committed by Max Lv
parent
commit
b68157e6f7
4 changed files with 4 additions and 4 deletions
  1. 2
      src/local.c
  2. 2
      src/redir.c
  3. 2
      src/server.c
  4. 2
      src/tunnel.c

2
src/local.c

@ -1742,7 +1742,7 @@ main(int argc, char **argv)
}
if (tcp_outgoing_rcvbuf != 0) {
LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_recvbuf);
LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_rcvbuf);
}
if (plugin != NULL) {

2
src/redir.c

@ -1244,7 +1244,7 @@ main(int argc, char **argv)
}
if (tcp_outgoing_rcvbuf != 0) {
LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_recvbuf);
LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_rcvbuf);
}
if (plugin != NULL) {

2
src/server.c

@ -1865,7 +1865,7 @@ main(int argc, char **argv)
}
if (tcp_outgoing_rcvbuf != 0) {
LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_recvbuf);
LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_rcvbuf);
}
if (server_num == 0) {

2
src/tunnel.c

@ -1183,7 +1183,7 @@ main(int argc, char **argv)
}
if (tcp_outgoing_rcvbuf != 0) {
LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_recvbuf);
LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_rcvbuf);
}
if (plugin != NULL) {

Loading…
Cancel
Save