[zeromq-dev] IPC address validity
Ben Gray
ben at benjamg.com
Wed Jan 9 12:32:51 CET 2013
> As I said in the first email in this thread, I wrote a simple program to
> test just that.
> The only addresses the work are of the type
> ipc://whatever
>
> Addresses as the following
> ipc:///whatever
>
> ipc:///whatever/whatever
>
> don't work.
> And in fact I don't know why that is.
Something strange going on there then, which version of zmq are you using?
I was testing, in response to your first post, with the
test_delay_connection.cpp code from the 3.2.2 build and had
ipc://whatever
ipc:///whatever
ipc:///whatever/whatever
Working fine. Although
ipc://whatever/whatever
Doesn't work, I was actually surprised ipc://whatever so clearly need
to learn more about what id valid under ipc.
More information about the zeromq-dev
mailing list