Files
drip/internal/shared
Gouryella 364b6ea435 fix(tcp): Fix remote IP tracking and connection management optimization
- Add RemoteIP field in ConnectionConfig to track client IP
- Implement the graceful shutdown mechanism of the connection group manager to prevent repeated shutdowns
- Added network toolkit for IP address extraction and processing
- Optimize the tunnel registration process, support restrictions by IP and better subdomain name allocation
- Improved concurrency security of frame writer, added read-write lock protection
- Fixed resource cleanup issue when listener is stopped to ensure all connections are closed correctly
2026-02-27 11:49:29 +08:00
..