mirror of
https://github.com/fatedier/frp.git
synced 2026-08-04 15:42:54 +08:00
720 B
720 B
Features
- UDP packet payloads for ordinary UDP proxies and SUDP now use a dedicated binary codec when frpc and frps successfully negotiate the capability under wire protocol v2, using a more compact wire representation. Wire protocol v1 remains JSON; wire protocol v2 falls back to JSON
UDPPacketwhen the peer does not support or did not negotiate the capability.
Fixes
- Fixed a server panic and remote denial of service caused by a client sending a negative
pool_count. Negative values are now rejected before work-connection pool resources are allocated. - Fixed
frpc verifyignoring configuredfeatureGates, which caused VirtualNet configurations to be rejected even when the feature was enabled.