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
Josh Bleecher Snyder 062bd67d3b derp: use rand instead of crypto/rand to generate jitter
We don't need crypto/rand. Let the OS keep its entropy bits.

Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
4 years ago
..
derphttp derp/derphttp: don't return all nil from dialRegion when STUNOnly nodes 4 years ago
derpmap all: make client use server-provided DERP map, add DERP region support 4 years ago
derp.go derp: make writeUint32 and readUint32 not allocate 4 years ago
derp_client.go derp: add frameClosePeer to move around clients within a region 4 years ago
derp_server.go derp: use rand instead of crypto/rand to generate jitter 4 years ago
derp_test.go derp: add readUint32 and writeUint32 benchmarks 4 years ago