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/net/speedtest
Aaditya Chaudhary 4f89fe17a2
Implemented Commandline Download Speedtest (#2064)
Added the net/speedtest package that contains code for starting up a
speedtest server and a client. The speedtest command for starting a
client takes in a duration for the speedtest as well as the host and
port of the speedtest server to connect to. The speedtest command for
starting a server takes in a host:port pair to listen on.

Signed-off-by: Aaditya Chaudhary <32117362+AadityaChaudhary@users.noreply.github.com>
3 years ago
..
speedtest.go Implemented Commandline Download Speedtest (#2064) 3 years ago
speedtest_client.go Implemented Commandline Download Speedtest (#2064) 3 years ago
speedtest_server.go Implemented Commandline Download Speedtest (#2064) 3 years ago
speedtest_test.go Implemented Commandline Download Speedtest (#2064) 3 years ago