Commit Graph

3 Commits

Author SHA1 Message Date
c59b4531a8 fix: restore websocket connection handling and reconnection logic 2024-12-18 02:09:37 +00:00
0ac49364e8 feat: implement TCP keepalive and retransmit timeout tuning for high-latency links
Adds sysctl-based configuration for TCP keepalive probes, retransmission timeouts, and window scaling to improve connection stability over unreliable or high-latency network paths. The changes include setting net.ipv4.tcp_keepalive_time to 300 seconds, tcp_retries2 to 5, and enabling tcp_window_scaling in the network initialization script.
2024-12-18 01:42:16 +00:00
197806a640 feat: add initial project scaffold with placeholder files and structure 2024-12-17 21:49:51 +00:00