Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
Namespaces | Functions
asio_local_stream_socket.cpp File Reference
#include "ipc/transport/detail/asio_local_stream_socket_fwd.hpp"
#include "ipc/util/shared_name.hpp"
#include <flow/error/error.hpp>

Go to the source code of this file.

Namespaces

namespace  ipc
 Catch-all namespace for the Flow-IPC project: A library/API in modern C++17 providing high-performance communication between processes.
 
namespace  ipc::transport
 Flow-IPC module providing transmission of structured messages and/or low-level blobs (and more) between pairs of processes.
 
namespace  ipc::transport::asio_local_stream_socket
 Additional (versus boost.asio) APIs for advanced work with local stream (Unix domain) sockets including transmission of native handles through such streams; and peer process credentials acquisition.
 

Functions

Endpoint ipc::transport::asio_local_stream_socket::endpoint_at_shared_name (flow::log::Logger *logger_ptr, const Shared_name &absolute_name, Error_code *err_code=0)
 Returns an Endpoint corresponding to the given absolute Shared_name, so that an Acceptor or Peer_socket could be bound to it. More...