summaryrefslogtreecommitdiffhomepage
path: root/net/udprelay/server_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2026-01-21net/udprelay: add tailscaled_peer_relay_endpoints gauge (#18265)Alex Valiushko1-0/+74
2025-12-18net/udprelay: expose peer relay metrics (#18218)Alex Valiushko1-1/+4
2025-12-15net/udprelay: replace map+sync.Mutex with sync.Map for VNI lookupJordan Whited1-13/+12
2025-12-09net/udprelay: use `mono.Time` instead of `time.Time`Simar1-1/+2
2025-11-24net/udprelay: use blake2s-256 MAC for handshake challengeJordan Whited1-0/+116
2025-11-14net/udprelay: implement Server.SetStaticAddrPorts (#17909)Jordan Whited1-7/+17
2025-11-12net/udprelay: replace VNI pool with selection algorithm (#17868)Jordan Whited1-0/+23
2025-08-13net/{batching,packet},wgengine/magicsock: export batchingConn (#16848)Jordan Whited1-4/+6
2025-07-07net/udprelay: fix relaying between mixed address family sockets (#16485)Jordan Whited1-21/+60
2025-07-02feature/relayserver,net/udprelay: add IPv6 support (#16442)Jordan Whited1-69/+85
2025-06-26disco,net/udprelay,wgengine/magicsock: support relay re-binding (#16388)Jordan Whited1-14/+66
2025-06-12feature/relayserver,net/{netcheck,udprelay}: implement addr discovery (#16253)Jordan Whited1-1/+1
2025-05-12net/udprelay{/endpoint}: move ServerEndpoint tests (#15949)Jordan Whited1-97/+0
2025-05-09net/udprelay{/endpoint}, all: move ServerEndpoint to independent pkg (#15934)Jordan Whited1-4/+5
2025-04-25net/udprelay: change Server.AllocateEndpoint existing alloc strategy (#15792)Jordan Whited1-2/+10
2025-04-17net/udprelay: change ServerEndpoint time.Duration fields to tstime.GoDuration...Jordan Whited1-0/+96
2025-03-31net/udprelay: start of UDP relay server implementation (#15480)Jordan Whited1-0/+204