resolve #1347 Support limited metadata for STREAM sockets

This commit is contained in:
Thomas Rodgers
2015-02-18 12:28:58 -06:00
parent 39338e2fe4
commit 638ddeb404
4 changed files with 42 additions and 13 deletions

View File

@@ -59,7 +59,7 @@ namespace zmq
timeout_error
};
stream_engine_t (fd_t fd_, const options_t &options_,
stream_engine_t (fd_t fd_, const options_t &options_,
const std::string &endpoint);
~stream_engine_t ();
@@ -99,6 +99,8 @@ namespace zmq
int pull_msg_from_session (msg_t *msg_);
int push_msg_to_session (msg_t *msg);
int push_raw_msg_to_session (msg_t *msg);
int write_credential (msg_t *msg_);
int pull_and_encode (msg_t *msg_);
int decode_and_push (msg_t *msg_);