Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-15 | ZMQ_IDENTITY socket option removed | Martin Sustrik | |
This patch simplifies the whole codebase significantly, including dropping depedency on libuuid. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-23 | Fix MSVC build | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-22 | New wire format for REQ/REP pattern | Martin Sustrik | |
This patch introduces two changes: 1. 32-bit ID is used to identify the peer instead of UUID 2. REQ socket seeds the label stack with unique 32-bit request ID It also drops any replies with non-matching request ID Signed-off-by: Martin Sustrik <sustrik@250bpm.com> |