Skip to content

Commit

Permalink
fixed problem of --interval doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed May 22, 2018
1 parent 07ca7f2 commit d56e34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ typedef short i16_t;

typedef u64_t my_time_t;

const int max_data_len=2200;
const int max_data_len=3600;
const int buf_len=max_data_len+200;


Expand Down
1 change: 1 addition & 0 deletions misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ void process_arg(int argc, char *argv[])
{"tun-mtu", required_argument, 0, 1},
{"disable-mssfix", no_argument, 0, 1},
{"keep-reconnect", no_argument, 0, 1},
{"interval", required_argument, 0,'i'},
{NULL, 0, 0, 0}
};
int option_index = 0;
Expand Down

0 comments on commit d56e34b

Please sign in to comment.