mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 15:53:59 +01:00
Support high water mark on inproc socket connect before bind.
This commit is contained in:
@@ -195,6 +195,8 @@ namespace zmq
|
||||
// the process that created this context. Used to detect forking.
|
||||
pid_t pid;
|
||||
#endif
|
||||
enum side { connect_side, bind_side };
|
||||
void connect_inproc_sockets(zmq::socket_base_t *bind_socket_, options_t& bind_options, pending_connection_t &pending_connection_, side side_);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user