Skip to content

Instantly share code, notes, and snippets.

@jhaubrich
Created August 30, 2013 20:03
Show Gist options
  • Save jhaubrich/6393757 to your computer and use it in GitHub Desktop.
Save jhaubrich/6393757 to your computer and use it in GitHub Desktop.
waas@ATLAS:/opt/pcaptools/pcap_parser/tools git:(master*) $ ./zmq_router.py --listen 11111 --publish 22222
^C
Traceback (most recent call last):
File "./zmq_router.py", line 60, in <module>
main(args)
File "./zmq_router.py", line 43, in main
zmq.device(zmq.FORWARDER, frontend, backend)
File "_device.pyx", line 52, in zmq.core._device.device (zmq/core/_device.c:889)
File "_device.pyx", line 82, in zmq.core._device.proxy (zmq/core/_device.c:1171)
File "checkrc.pxd", line 11, in zmq.core.checkrc._check_rc (zmq/core/_device.c:1239)
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment