diff options
Diffstat (limited to 'tun/tun_darwin.go')
-rw-r--r-- | tun/tun_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/tun_darwin.go b/tun/tun_darwin.go index f7cf8e8..8cd22a8 100644 --- a/tun/tun_darwin.go +++ b/tun/tun_darwin.go @@ -286,7 +286,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 } |