From 5201355a114f5fe668d8a261eabdd9ea4c5c9e0e Mon Sep 17 00:00:00 2001 From: edvard Date: Thu, 20 Aug 2026 15:57:35 +0200 Subject: [PATCH] fix: utilize all 6 bits for outgoing ports this reduces the chance of wrap around connection collisions --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 22af3587..4615f29a 100644 --- a/meson.build +++ b/meson.build @@ -12,7 +12,7 @@ project('csh', 'csp:packet_padding_bytes=42', 'csp:buffer_count=1000', 'csp:buffer_size=2048', - 'csp:conn_max=20', + 'csp:conn_max=47', 'csp:conn_rxqueue_len=1000', 'csp:qfifo_len=1000', 'csp:rdp_max_window=1000',