diff options
Diffstat (limited to 'tun/tun_windows.go')
-rw-r--r-- | tun/tun_windows.go | 2 |
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 } |