1
0
mirror of https://github.com/lxsang/antd-tunnel-plugin synced 2024-07-01 13:09:46 +02:00

increase waiting timeout

This commit is contained in:
lxsang 2020-08-19 11:15:38 +02:00
parent 656ac4c309
commit 39b3461f97
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -618,7 +618,7 @@ static void* multiplex(void* data_p)
break;
case 0:
timeout.tv_sec = 0;
timeout.tv_usec = 500; // 5 ms
timeout.tv_usec = 10000; // 10 ms
select(0, NULL, NULL, NULL, &timeout);
break;
// we have data