From a6f923d220fa873311a732866c148afc6ea592f2 Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Tue, 24 Apr 2018 21:59:43 -0700 Subject: timer: use tokio-timer 0.2 and make timers cancelable --- tests/netns.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/netns.sh b/tests/netns.sh index 4196255..85a3c51 100755 --- a/tests/netns.sh +++ b/tests/netns.sh @@ -95,12 +95,10 @@ pp ip netns add $netns1 pp ip netns add $netns2 ip0 link set up dev lo -# ip0 link add dev wg1 type wireguard n0 $program wg1 sleep 0.5 ip0 link set wg1 netns $netns1 -# ip0 link add dev wg1 type wireguard n0 $program wg2 sleep 0.5 ip0 link set wg2 netns $netns2 -- cgit v1.2.3-59-g8ed1b