You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/derp
julianknodt 3728634af9 derp: add debug traffic handler
This adds a handler on the DERP server for logging bytes send and received by clients of the
server, by holding open a connection and recording if there is a difference between the number
of bytes sent and received. It sends a JSON marshalled object if there is an increase in the
number of bytes.

Signed-off-by: julianknodt <julianknodt@gmail.com>
3 years ago
..
derphttp derp{,/derphttp},magicsock: tell DERP server when ping acks can be expected 3 years ago
derpmap derp/derpmap: add São Paulo (derp11) 3 years ago
testdata derp: add debug traffic handler 3 years ago
derp.go wgengine/magicsock, derp, derp/derphttp: respond to DERP server->client pings 3 years ago
derp_client.go derp: return keep-alive message up to callers 3 years ago
derp_server.go derp: add debug traffic handler 3 years ago
derp_test.go derp: add debug traffic handler 3 years ago