implement client socket type and drop messages when more flag is set on client and server

This commit is contained in:
somdoron
2015-02-02 11:59:13 +02:00
parent 5632b57b4a
commit 862cd41c65
10 changed files with 209 additions and 35 deletions

View File

@@ -45,8 +45,7 @@ namespace zmq
~server_t ();
// Overrides of functions from socket_base_t.
void xattach_pipe (zmq::pipe_t *pipe_, bool subscribe_to_all_);
int xsetsockopt (int option_, const void *optval_, size_t optvallen_);
void xattach_pipe (zmq::pipe_t *pipe_, bool subscribe_to_all_);
int xsend (zmq::msg_t *msg_);
int xrecv (zmq::msg_t *msg_);
bool xhas_in ();