Commit Graph

5 Commits

Author SHA1 Message Date
5b605b7837 feat: implement websocket support for real-time communication in chat module
- Add WebSocket endpoint to handle persistent bidirectional connections
- Integrate event-driven message broadcasting to all connected clients
- Update server configuration to enable WebSocket upgrade handshake
2024-12-18 03:02:56 +00:00
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
2c22bc27a2 feat: add initial project structure with core application scaffolding 2024-12-17 18:27:09 +00:00