aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manager/interfacecleanup.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* manager: delay stale adapter cleanupJason A. Donenfeld2019-08-301-1/+1
| | | | | | By delaying this by 10 seconds, we ensure that we don't cause the locks to be contended immediately on startup. Before, this added around 600ms of latency to tunnel startup.
* manager: adjust for wintun api changesJason A. Donenfeld2019-08-301-0/+58
Also get rid of the "Local Area Connection" hack and "/wintun /deleteall".