mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-10-14 09:45:36 +08:00
fixed a issue of last commit; increase udp conv timeout to 180s
This commit is contained in:
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;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user