libzmq/include
Martin Sustrik bf78e230ad GENERIC socket type and COMMAND flag added
GENERIC allows to use 0MQ as a dumb networking framework.
It provides user with connect/disconnect notifications.
Also, each inbound message is labeled by ID of the connection
it originated from. Outbound messages should be labeled by
the ID of the connection to send them to.

To distinguish connect/disconnect notifications from common
messages, COMMAND flag was introduced.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2011-07-17 23:31:29 +02:00
..
zmq_utils.h The copyrights in file headers updated. 2011-03-02 16:30:40 +01:00
zmq.h GENERIC socket type and COMMAND flag added 2011-07-17 23:31:29 +02:00