Commit f828887e authored by Adam Wujek's avatar Adam Wujek

[BUG: #34] proto-ext-whiterabbit: allow packet processing on state machine timeout

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 36fc296e
......@@ -601,10 +601,6 @@ static int unix_net_check_packet(struct pp_globals *ppg, int delay_ms)
arch_data->tv.tv_usec = (delay_ms % 1000) * 1000;
}
/* Detect general timeout with no needs for select stuff */
if ((arch_data->tv.tv_sec == 0) && (arch_data->tv.tv_usec == 0))
return 0;
FD_ZERO(&set);
for (j = 0; j < ppg->nlinks; j++) {
......
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