mirror of
https://github.com/slackhq/nebula.git
synced 2026-05-16 12:57:38 +02:00
typo!
This commit is contained in:
@@ -90,7 +90,7 @@ func newTunFd(fd int, shutdownFd int) (*tunFile, error) {
|
||||
{Fd: int32(shutdownFd), Events: unix.POLLIN},
|
||||
},
|
||||
|
||||
segBuf: make([]byte, tunSegBufSize),
|
||||
segBuf: make([]byte, tunSegBufCap),
|
||||
gsoIovs: make([]unix.Iovec, 2, 2+gsoInitialPayIovs),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user