mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-31 12:19:35 +08:00
fixed a issue of last commit; increase udp conv timeout to 180s
This commit is contained in:
parent
d25e1ea9df
commit
ee9dab37fa
2
common.h
2
common.h
@ -67,7 +67,7 @@ const u32_t conv_clear_interval=200;
|
|||||||
const u32_t timer_interval=400;
|
const u32_t timer_interval=400;
|
||||||
const int conv_clear_ratio=40;
|
const int conv_clear_ratio=40;
|
||||||
const int conv_clear_min=5;
|
const int conv_clear_min=5;
|
||||||
const u32_t conv_timeout=20000;
|
const u32_t conv_timeout=180000;
|
||||||
const int max_conv_num=10000;
|
const int max_conv_num=10000;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user