Files
frp/client/proxy/proxy.go
fatedier 5eab214768 client/proxy: extract wrapWorkConn to deduplicate UDP/SUDP connection wrapping
Move the repeated rate-limiting, encryption, and compression wrapping
logic from UDPProxy and SUDPProxy into a shared BaseProxy.wrapWorkConn
method, reducing ~18 lines of duplication in each proxy type.
2026-03-06 23:39:12 +08:00

7.7 KiB