diff options
Diffstat (limited to 'device.go')
-rw-r--r-- | device.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ package main import ( - "git.zx2c4.com/wireguard-go/internal/ratelimiter" "runtime" "sync" "sync/atomic" @@ -51,7 +50,7 @@ type Device struct { rate struct { underLoadUntil atomic.Value - limiter ratelimiter.Ratelimiter + limiter Ratelimiter } pool struct { |