diff --git a/dist/tunnel-0.1.0b.tar.gz b/dist/tunnel-0.1.0b.tar.gz index 9565c82..9aceee9 100644 Binary files a/dist/tunnel-0.1.0b.tar.gz and b/dist/tunnel-0.1.0b.tar.gz differ diff --git a/tunnel.c b/tunnel.c index ce04b55..544ec01 100644 --- a/tunnel.c +++ b/tunnel.c @@ -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