neli
neli copied to clipboard
Add send_batch method to NlSocketHandles
This is the easy part of #270, adding a method that allows sending multiple Nlmsghdr in a single socket send call.
I am not sure if you want &[Nlmsghdr] for the interface, or if something else would be nicer.