v0.51.1

fatedier/frpv0.51.1Jul 20, 2023by fatedier

AI Summary

Stabilizes TCP keepalive handling and resolves race conditions to improve server reliability.

Key Highlights

  • Fixes TCP keepalive not being disabled when configured to -1
  • Fixes race condition errors

Full Release Notes

### Fixes

* Fix the issue of not disabling tcp keepalive when configuring `tcp_keepalive` = -1 in frps.
* Fix a race condition error.