Base classes
Types
using client_table = std::unordered_map< sys::socket_address, client_ptr >using client_ptr = std::shared_ptr< client_type >using client_type = unix_socket_client
Structs
struct sbnd::unix_socket_pipeline::properties
Methods
Base classes
Methods
receive_kernel(sbn::kernel_ptr && k) -> voidprotectedvirtualsocket() const -> const sys::socket &fd() const -> sys::fd_typeflush() -> voidvirtualhandle(const sys::epoll_event & event) -> voidvirtualunix_socket_client(sys::socket && socket)explicit