1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-03-01 08:21:16 +01:00
netbird/relay/server
Zoltan Papp d93dd4fc7f
[relay-server] Move the handshake logic to separated struct ()
* 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 ()

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