summaryrefslogtreecommitdiffhomepage
path: root/net/packet/tsmp.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-13net/packet: cleanup IPv4 fragment guardsJames Tucker1-0/+2
2024-06-18net/flowtrack: optimize Tuple type for use as map keyBrad Fitzpatrick1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-9/+9
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-7/+7
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-7/+7
2022-05-04*: use WireGuard where logged, printed or namedJames Tucker1-1/+1
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-8/+8
2021-03-29net/{packet,tstun}: send peerapi port in TSMP pongsBrad Fitzpatrick1-6/+13
2021-03-24net/packet, wgengine/{filter,tstun}: add TSMP pingBrad Fitzpatrick1-0/+61
2021-03-20net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding constsBrad Fitzpatrick1-2/+2
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick1-3/+4
2021-02-04net/packet: add some more TSMP packet reject reasons and MaybeBroken bitBrad Fitzpatrick1-12/+68
2021-01-15net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errorsBrad Fitzpatrick1-0/+140