Browse Source

Merge pull request #246 from typcn/patch-1

Update shadowsocks.h
pull/248/head
Max Lv 9 years ago
parent
commit
fb856bd43c
1 changed files with 1 additions and 1 deletions
  1. 2
      src/shadowsocks.h

2
src/shadowsocks.h

@ -49,7 +49,7 @@ typedef struct {
.password = "barfoo!", .password = "barfoo!",
.remote_port = 8338, .remote_port = 8338,
.local_port = 1080, .local_port = 1080,
.timeout = 600;
.acl = NULL, .acl = NULL,
.log = NULL, .log = NULL,
.fast_open = 0, .fast_open = 0,

Loading…
Cancel
Save