netbird/relay/server
Zoltan Papp d93dd4fc7f
[relay-server] Move the handshake logic to separated struct (#2648)
* Move the handshake logic to separated struct

- The server will response to the client after it ready to process the peer
- Preload the response messages

* Fix deprecated lint issue

* Fix error handling

* [relay-server] Relay measure auth time (#2675)

Measure the Relay client's authentication time
2024-10-12 18:21:34 +02:00
..
listener [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
handshake.go [relay-server] Move the handshake logic to separated struct (#2648) 2024-10-12 18:21:34 +02:00
peer.go [relay] Add health check attempt threshold (#2609) 2024-09-17 10:04:17 +02:00
relay_test.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
relay.go [relay-server] Move the handshake logic to separated struct (#2648) 2024-10-12 18:21:34 +02:00
server.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
store_test.go Fix leaked server connections (#2596) 2024-09-16 16:11:10 +02:00
store.go Fix leaked server connections (#2596) 2024-09-16 16:11:10 +02:00