netbird/relay/client
Zoltan Papp 481bbe8513
[relay] Set InitialPacketSize to the maximum allowable value (#3188)
Fixes an issue on macOS where the server throws errors with default settings:
failed to write transport message to: DATAGRAM frame too large.

Further investigation is required to optimize MTU-related values.
2025-01-16 16:19:07 +01:00
..
dialer [relay] Set InitialPacketSize to the maximum allowable value (#3188) 2025-01-16 16:19:07 +01:00
addr.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
client_test.go [relay] Refactor initial Relay connection (#2800) 2024-11-22 18:12:34 +01:00
client.go [client,relay] Add QUIC support (#2962) 2025-01-15 16:28:19 +01:00
conn.go [client] fix/proxy close (#2873) 2024-11-11 14:18:38 +01:00
doc.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
guard.go [relay] Refactor initial Relay connection (#2800) 2024-11-22 18:12:34 +01:00
manager_test.go Fix unused servers cleanup (#2826) 2024-11-01 12:33:29 +01:00
manager.go [relay] Refactor initial Relay connection (#2800) 2024-11-22 18:12:34 +01:00
picker_test.go Import time package (#2940) 2024-11-22 20:40:30 +01:00
picker.go [relay] Refactor initial Relay connection (#2800) 2024-11-22 18:12:34 +01:00