Implement ZMTP/3.0 CURVE mechanism

This commit is contained in:
Martin Hurton
2013-06-22 11:48:33 +02:00
parent e4a211870c
commit 8af208fab7
2 changed files with 59 additions and 2 deletions

View File

@@ -102,6 +102,10 @@ namespace zmq
int pull_msg_from_session (msg_t *msg_);
int push_msg_to_session (msg_t *msg);
int pull_and_encode (msg_t *msg_);
int decode_and_push (msg_t *msg_);
int push_one_then_decode_and_push (msg_t *msg_);
void mechanism_ready ();
int write_subscription_msg (msg_t *msg_);