mirror of
https://github.com/fatedier/frp.git
synced 2026-07-23 07:09:17 +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.