mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-14 23:07:59 +02:00
Bumped ZMTP revision to 2
* Starting draft ZMTP/2.1 protocol (revision 2) * Basis for adding security to the wire protocol * Maintains backward compatibility
This commit is contained in:
@@ -34,6 +34,13 @@
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
// Protocol revisions
|
||||
enum
|
||||
{
|
||||
ZMTP_1_0 = 0,
|
||||
ZMTP_2_0 = 1,
|
||||
ZMTP_2_1 = 2
|
||||
};
|
||||
|
||||
class io_thread_t;
|
||||
class session_base_t;
|
||||
|
Reference in New Issue
Block a user