zsocket
zsocket copied to clipboard
Zero-copy sockets for Linux in Golang
Results
8
zsocket issues
Sort by
recently updated
recently updated
newest added
I'm sending udp packets at an extremely fast pace. On the other end I'm listening using zsocket like so: ```go err = zs.Listen(func(frame *nettypes.Frame, frameLen uint16, capturedLen uint16) { ln:=...
I'v connected to veth NICs by using 'https://github.com/newtools/zsocket/blob/master/examples/2simplebridge.go' And iperf3 test cause "panic: message too long". ``` 66 66 67 67 66 66 70 70 66 66 123 123 66...