global: fixup TODO comment spacing
This commit is contained in:
parent
6d8b68c8f3
commit
eaf17becfa
7 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue