Files
wireguard-go/device
Josh Bleecher Snyder 15810daa22 device: separate timersInit from timersStart
timersInit sets up the timers.
It need only be done once per peer.

timersStart does the work to prepare the timers
for a newly running peer. It needs to be done
every time a peer starts.

Separate the two and call them in the appropriate places.
This prevents data races on the peer's timers fields
when starting and stopping peers.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2021-02-08 10:32:07 -08:00
..
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2021-01-28 17:52:15 +01:00
2020-11-18 14:24:17 +01:00