public:it:zeromq

这是本文档旧的修订版!


ZeroMQ

  • zmq 的 tcp 可以直接指定网卡名来替代ip : zmq4.0-tcp
    // TCP port 5555 on the first Ethernet network interface on Linux
    rc = zmq_bind(socket, "tcp://eth0:5555"); assert (rc == 0);
  • public/it/zeromq.1426475321.txt.gz
  • 最后更改: 2015/03/16 11:08
  • oakfire