mirror of
https://github.com/fatedier/frp.git
synced 2026-03-18 15:59:16 +08:00
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.