summaryrefslogtreecommitdiff
path: root/tun/tun_windows.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-06 23:00:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-06-06 23:00:15 +0200
commiteaf17becfa70c31bcfb6f195e8d68cb5b720ec4a (patch)
tree09d1831e80468dd1703c174784d19c8697538fd7 /tun/tun_windows.go
parent6d8b68c8f3cd7c9e9560c23e5f20e3ec4bc4fb6e (diff)
downloadwireguard-go-eaf17becfa70c31bcfb6f195e8d68cb5b720ec4a.tar.gz
wireguard-go-eaf17becfa70c31bcfb6f195e8d68cb5b720ec4a.zip
global: fixup TODO comment spacing
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r--tun/tun_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_windows.go b/tun/tun_windows.go
index 7051d61..0b41be9 100644
--- a/tun/tun_windows.go
+++ b/tun/tun_windows.go
@@ -218,7 +218,7 @@ func (tun *NativeTun) MTU() (int, error) {
return tun.forcedMTU, nil
}
-//TODO: This is a temporary hack. We really need to be monitoring the interface in real time and adapting to MTU changes.
+// TODO: This is a temporary hack. We really need to be monitoring the interface in real time and adapting to MTU changes.
func (tun *NativeTun) ForceMTU(mtu int) {
tun.forcedMTU = mtu
}