Control Read/Write buffer sizes of netlink socket
- 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 asman 7 socket
onSO_RCVBUF
andSO_SNDBUF
.