commit 7e04fdcea465610a0c024edfd0305f3a7292bb1a from: Omar Polo date: Wed Dec 01 10:58:47 2021 UTC crank up MAXSOCK to 32 MAXSOCK is the maximum number of local connections to handle, 4 was a bit low... commit - dd30c95b6b8e6da2d2a558eb505d68a1580342de commit + 7e04fdcea465610a0c024edfd0305f3a7292bb1a blob - 89913306ab16843115280db969e2c9aa1b0f247e blob + aa11bffda1152efd9c1f6ebe7d78bbc46e4a56b3 --- lstun.c +++ lstun.c @@ -38,7 +38,7 @@ #define SSH_PATH "/usr/bin/ssh" #endif -#define MAXSOCK 4 +#define MAXSOCK 32 #define MAXCONN 16 #define BACKOFF 1 #define RETRIES 8