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/wgengine
Dmytro Shynkevych 7541982635
tsdns: remove forwarding queue.
Two levels of queueing are unnecessary.
The resulting implementation performs as follows
under request bursts (`count` packets sent concurrently):

lost  count            avg latency
   0 /  256 (00.00%) - 28ms
   0 /  512 (00.00%) - 146ms
   0 /  768 (00.00%) - 166ms
   0 / 1024 (00.00%) - 416ms
  11 / 1280 (00.86%) - 430ms
 145 / 1536 (09.44%) - 715ms
 364 / 2048 (17.77%) - 836ms

Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com>
4 years ago
..
filter control/controlclient, wgengine/filter: extract parsePacketFilter to … (#696) 4 years ago
magicsock wgengine: lazily create peer wireguard configs more explicitly 4 years ago
monitor wgengine/monitor: add a poller to the Windows link change monitor 4 years ago
packet wgengine/filter: fix IPv4 IGMP spam omission, also omit ff02::16 spam 4 years ago
router tailcfg, tsdns: derive root domains from list of nodes (#708) 4 years ago
tsdns tsdns: remove forwarding queue. 4 years ago
tstun wgengine: configure wireguard peers lazily, as needed 4 years ago
winnet Move Linux client & common packages into a public repo. 5 years ago
rusage.go Move "logger" package to under types, now that we have it. 5 years ago
rusage_nowindows.go wgengine: flesh out some docs 5 years ago
rusage_windows.go Move Linux client & common packages into a public repo. 5 years ago
userspace.go wgengine: lazily create peer wireguard configs more explicitly 4 years ago
userspace_test.go wgengine: lazily create peer wireguard configs more explicitly 4 years ago
watchdog.go cmd/tailscale/cli: add ping subcommand 4 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 4 years ago
wgengine.go cmd/tailscale/cli: add ping subcommand 4 years ago