commit 9ac67871ba270752639c166b31c6284e1743a0d1 from: Omar Polo date: Tue Jul 05 16:11:40 2022 UTC crank up MAXCONN commit - c78681149d3c6f893bb105fcef456ce51b679a26 commit + 9ac67871ba270752639c166b31c6284e1743a0d1 blob - 16af21f8789803a05eaa718d2a7a6dbbd2a03c10 blob + ab2bdd312118391b33b3e690d66fe21c7b798c28 --- lstun.c +++ lstun.c @@ -37,7 +37,7 @@ #endif #define MAXSOCK 32 -#define MAXCONN 16 +#define MAXCONN 64 #define BACKOFF 1 #define RETRIES 16