diff options
Diffstat (limited to 'tun/tun_openbsd.go')
-rw-r--r-- | tun/tun_openbsd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_openbsd.go b/tun/tun_openbsd.go index a3db83b..b0f5ca4 100644 --- a/tun/tun_openbsd.go +++ b/tun/tun_openbsd.go @@ -239,7 +239,7 @@ func (tun *NativeTun) Write(buff []byte, offset int) (int, error) { } func (tun *NativeTun) Flush() error { - //TODO: can flushing be implemented by buffering and using sendmmsg? + // TODO: can flushing be implemented by buffering and using sendmmsg? return nil } |