mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 21:56:25 +01:00
ZMQII-28: Bidirectional introduction on TCP connection establishment
This commit is contained in:
@@ -47,8 +47,7 @@ namespace zmq
|
||||
|
||||
// Creates gm_engine. Underlying PGM connection is initialised
|
||||
// using network_ parameter.
|
||||
pgm_receiver_t (class io_thread_t *parent_, const options_t &options_,
|
||||
const char *session_name_);
|
||||
pgm_receiver_t (class io_thread_t *parent_, const options_t &options_);
|
||||
~pgm_receiver_t ();
|
||||
|
||||
int init (bool udp_encapsulation_, const char *network_);
|
||||
@@ -94,9 +93,6 @@ namespace zmq
|
||||
// Socket options.
|
||||
options_t options;
|
||||
|
||||
// Name of the session associated with the connecter.
|
||||
std::string session_name;
|
||||
|
||||
// Parent session.
|
||||
i_inout *inout;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user