Commit 19b59e08 authored by Maciej Lipinski's avatar Maciej Lipinski

less often reading of socket

parent 559de6bb
......@@ -426,7 +426,7 @@ static int unix_net_check_packet(struct pp_globals *ppg, int delay_ms)
struct unix_arch_data *arch_data = POSIX_ARCH(ppg);
int old_delay_ms;
if(delay_ms > 10) delay_ms = 10;
if(delay_ms > 200) delay_ms = 200;
old_delay_ms = arch_data->tv.tv_sec * 1000 +
arch_data->tv.tv_usec / 1000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment