Commit Graph

29 Commits

Author SHA1 Message Date
zarazaex69
2a670e505e perf(server,peer): Adjust queue thresholds and improve buffer monitoring 2026-04-10 14:59:49 +03:00
zarazaex69
76ae387a04 perf(peer): Increase buffer threshold and adjust backpressure timing
Co-authored-by: qtozdec <56160254+qtozdec@users.noreply.github.com>
2026-04-10 14:56:39 +03:00
zarazaex69
a758b6fb2d perf(client,mux,server,peer): Remove verbose logging and optimize buffer thresholds 2026-04-10 14:54:21 +03:00
zarazaex69
ec26cce3dd feat(client,server,peer): Add backpressure handling and optimize buffer thresholds 2026-04-09 20:49:23 +03:00
zarazaex69
36009f3593 feat(peer): Refactor send queue processing with worker pool and monitoring 2026-04-09 20:45:57 +03:00
zarazaex69
90ffe72e10 feat(server,peer): Improve queue and buffer management with timeouts 2026-04-09 20:40:02 +03:00
zarazaex69
6d2e6bbb6e feat(client,peer): Add queue and buffer diagnostics to SOCKS5 logging 2026-04-09 20:36:16 +03:00
zarazaex69
7b889ae5ee feat(client): Add detailed timing and diagnostic logging for SOCKS5 connections 2026-04-09 20:34:50 +03:00
zarazaex69
02da40f0d2 fix(peer): Improve WebSocket closure and reconnection handling 2026-04-09 19:25:48 +03:00
zarazaex69
7172b0756e fix(peer): Improve error handling and logging in sendLeave and Close 2026-04-09 19:23:39 +03:00
zarazaex69
cd634ce9b6 fix(peer): Add wait group tracking to goroutines for graceful shutdown 2026-04-09 19:14:06 +03:00
zarazaex69
9ad73c7c88 fix(server): Replace blocking sleep with context-aware select in run loop 2026-04-09 19:11:39 +03:00
zarazaex69
9e01310924 feat(main,client,peer): Add graceful shutdown timeout and improve resource cleanup 2026-04-09 19:08:46 +03:00
zarazaex69
2916897b85 feat(peer): Add verbose logging for send queue and datachannel buffer monitoring 2026-04-09 19:00:07 +03:00
zarazaex69
0321784346 feat(peer): Add send queue for async datachannel writes 2026-04-09 18:57:12 +03:00
zarazaex69
fea611f687 perf(peer): Reduce datachannel buffer threshold from 1MB to 256KB 2026-04-09 18:38:47 +03:00
zarazaex69
b2bc3e18fd fix(peer): Add backpressure handling to prevent buffer overflow 2026-04-09 18:34:19 +03:00
zarazaex69
7be436241d fix(peer): Add read deadline management and pong/ack handling 2026-04-09 18:27:43 +03:00
zarazaex69
670c8175f7 feat(client,mux,server,peer): Add error handling and improve stream management 2026-04-09 18:07:27 +03:00
zarazaex69
4d78c201ce feat(peer): Add reconnection tracking and improve connection cleanup 2026-04-09 17:53:00 +03:00
zarazaex69
a6e35488fc fix(server,peer): Add nil checks and improve connection c 2026-04-09 16:45:06 +03:00
zarazaex69
187528d949 fix(peer,mux,client,server): Improve reconnection handling and stream cleanup 2026-04-09 16:00:33 +03:00
zarazaex59
e84e837725 feat(telemost): Implement dual-layer keep-alive with WebSocket and app pings 2026-04-07 02:30:18 +03:00
zarazaex59
dcbde52e98 feat(telemost): Add keep-alive channel and ping/pong handling 2026-04-07 02:18:56 +03:00
zarazaex59
7fbca8e9ec feat(telemost): Add mutex protection for WebSocket writes 2026-04-07 02:05:08 +03:00
zarazaex59
a61363471d feat(telemost): Improve reconnection handling and message processing 2026-04-07 01:38:59 +03:00
zarazaex59
416c244be6 feat(telemost): Add reconnect callback mechanism for DataChannel updates 2026-04-07 01:22:34 +03:00
zarazaex59
d614e748ea feat(telemost): Add connection monitoring and automatic reconnection 2026-04-07 01:15:44 +03:00
zarazaex59
08a80a9400 feat(olcrtc): Add WebRTC tunneling with encryption and SOCKS5 proxy 2026-04-07 00:10:04 +03:00