mdlayher / raw

Package raw enables reading and writing data at the device driver level for a network interface. MIT Licensed.
MIT License
425 stars 71 forks source link

Investigate zero copy interface via mmap #5

Open mdlayher opened 7 years ago

urbanishimwe commented 3 years ago

If this is no longer in consideration, how about exposing APIs to modify receive and send buffer size. on Linux, I think SO_RCVBUFFORCE and SO_SNDBUFFORCE would help to set arbitrary size.