Versions in this module Expand all Collapse all v0 v0.0.1 Jun 16, 2020 Changes in this version + func BlockingRead(fd int, b []byte) (int, *tcpip.Error) — linux/amd64 + func BlockingReadv(fd int, iovecs []syscall.Iovec) (int, *tcpip.Error) — linux/amd64 + func BlockingRecvMMsg(fd int, msgHdrs []MMsgHdr) (int, *tcpip.Error) — linux/amd64 + func GetMTU(name string) (uint32, error) — linux/amd64 + func NonBlockingSendMMsg(fd int, msgHdrs []MMsgHdr) (int, *tcpip.Error) — linux/amd64 + func NonBlockingWrite(fd int, buf []byte) *tcpip.Error — linux/amd64 + func NonBlockingWrite3(fd int, b1, b2, b3 []byte) *tcpip.Error — linux/amd64 + func TranslateErrno(e syscall.Errno) *tcpip.Error — linux/amd64 + type MMsgHdr struct — linux/amd64 + Len uint32 + Msg syscall.Msghdr + type PollEvent struct — linux/amd64 + Events int16 + FD int32 + Revents int16