Function netio_unbuffered_publishv

Function Documentation

int netio_unbuffered_publishv(struct netio_unbuffered_publish_socket *socket, netio_tag_t tag, struct iovec *iov, size_t count, uint64_t *key, int flags, struct netio_subscription_cache *cache)

Publishes a message on an unbuffered publish socket.

Same as netio_unbuffered_publishv_usr, but without the user header data field.

See also

netio_unbuffered_publishv_usr