mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-09-17 20:54:33 +08:00
fixed problem of --interval doesnt work
This commit is contained in:
2
common.h
2
common.h
@@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user