Skip to content

Control Read/Write buffer sizes of netlink socket

Compare
Choose a tag to compare
@ti-mo ti-mo released this 04 Apr 10:14
· 31 commits to master since this release
3c86d10
  • First tagged release ¯_(ツ)_/¯
  • Added Conn.Set{Read,Write}Buffer() to control buffer size of the underlying netlink socket. Make sure to read the godoc of the functions as well as man 7 socket on SO_RCVBUF and SO_SNDBUF.