Files
drip/internal/server
Gouryella 7431d821d8 refactor(tcp): Optimizes the TCP tunnel data connection processing logic.
The data connection processing logic was refactored, and a successful response was sent in advance before upgrading to a yamux session.
Redundant DataConnection structures and related management methods were removed. Adjustments were also made.
In ConnectionGroup, the session selection logic prioritizes using non-primary sessions for data transmission.
Only fall back to the main session when no data session is available, in order to improve forwarding efficiency and stability.
2025-12-15 16:49:42 +08:00
..