v0.41.0
fatedier/frpv0.41.0Mar 23, 2022by fatedier
AI Summary
The release adds Go HTTP pprof support for debugging and improves connection stability by extending TCP keepalive intervals and optimizing sudp visitor reconnection logic.
Key Highlights
- Support go http pprof
- Change underlying TCP connection keepalive interval to 2 hours
- Create new connection for `sudp` visitor when needed
New Features
- pprof support
Full Release Notes
### New * Support go http pprof. ### Improve * Change underlying TCP connection keepalive interval to 2 hours. * Create new connection to server for `sudp` visitor when needed, to avoid frequent reconnections.