neli icon indicating copy to clipboard operation
neli copied to clipboard

Add send_batch method to NlSocketHandles

Open LogicalOverflow opened this issue 1 year ago • 5 comments

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.

LogicalOverflow avatar Feb 19 '25 16:02 LogicalOverflow