#include <string>
Go to the source code of this file.
|
| const std::string | ADDR_PREFIX_IPC = "ipc://" |
| | Prefix for unix domain socket addresses (which are local filesystem paths) Used by libzmq, example "ipc:///root/path/to/file". More...
|
| |
◆ zmqError()
| void zmqError |
( |
const char * |
str | ) |
|
◆ ADDR_PREFIX_IPC
| const std::string ADDR_PREFIX_IPC = "ipc://" |
Prefix for unix domain socket addresses (which are local filesystem paths) Used by libzmq, example "ipc:///root/path/to/file".
Definition at line 16 of file zmqutil.h.