File unbufpubsub.c
Definition (unbufpubsub.c
)
Includes
assert.h
log.h
netdb.h
netio/netio.h
netio/netio_tcp.h
stdio.h
string.h
sys/socket.h
Functions
Function lookup_tag(struct netio_subscription_table *, netio_tag_t, unsigned *)
Function lsocket_on_connection_established(struct netio_recv_socket *)
Function lsocket_on_msg_received(struct netio_recv_socket *, struct netio_buffer *, void *, size_t)
Function pubsocket_on_connection_closed(struct netio_send_socket *)
Function pubsocket_on_connection_established(struct netio_send_socket *)
Function remove_tag_to_subscribe(struct netio_unbuffered_subscribe_socket *, netio_tag_t)
Function send_subscription_message(struct netio_unbuffered_subscribe_socket *, netio_tag_t, int)
Function subscribe_socket_on_connection_closed(struct netio_recv_socket *)
Function subscribe_socket_on_connection_established(struct netio_recv_socket *)
Function subsocket_on_connection_established(struct netio_send_socket *)
Function subsocket_on_error_connection_refused(struct netio_send_socket *)
Function subsocket_on_send_completed(struct netio_send_socket *, uint64_t)
Function table_get_subs_by_socket(struct netio_subscription_table *, struct netio_send_socket *)
Function unsubscribe(struct netio_unbuffered_publish_socket *, void *, size_t, int, netio_tag_t)