Closed
Description
Add an offer
method to Publication
and ExclusivePublication
that takes an array of buffers, offsets, and lengths for doing gathering sends.
This allows for protocol encapsulation whereby a header(s) can be added to a payload without needing to copy the data to an intermediate buffer. This is particularly important for payloads larger than MTU as tryClaim
cannot be used in this case.