1. 07 Dec, 2012 1 commit
  2. 13 Nov, 2012 1 commit
  3. 08 Nov, 2012 1 commit
    • Martin Hurton's avatar
      Extend ZMQ_ROUTER_RAW test · aec47b36
      Martin Hurton authored
      Add test when the zeromq socket connects to a TCP socket.
      The test now fails due to bug in the zeromq library.
      aec47b36
  4. 06 Nov, 2012 1 commit
  5. 30 Oct, 2012 1 commit
  6. 29 Oct, 2012 1 commit
    • Hardeep's avatar
      Added support for non-zmq tcp client connections to router socket. · 83387b40
      Hardeep authored
          - Created a new option ZMQ_ROUTER_RAW_SOCK
          - Added new raw_encoder and raw_decoder to receive and send messages in raw form to remote client
          - Added test case file tests/test_raw_sock.cpp
      
          o To create a raw router sock set the ZMQ_ROUTER_RAW_SOCK option
          o ZMQ_MSGMORE flag is ignored for non-id messages
          o To terminate a remote connection send id message followed by zero length data message
      83387b40