mirror of
https://github.com/fatedier/frp.git
synced 2026-05-02 14:09:09 +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.