On Thu, Oct 18, 2012 at 11:08 AM, Stephen Hemminger
<[email protected]> wrote:


> Client:
>      s1 = zsocket_new(ctx, ZMQ_SUB);
>      zsocket_set_identity(s1, configured_uuid);
>      zsocket_connect(s1, server_pub_endpoint);
>
>      s2 = zsocket_new(ctx, ZMQ_DEALER);
>      zsocket_set_identity(s2, configure_uuid);
>      zsocket_connect(s2, server_sync_endpoint);

Probably irrelevant, but setting identity on SUB and DEALER sockets is
meaningless.

> Is ZMQ trying to choose its own ephemeral ports? There appears to be no port
> randomization?

Not as far as I know.

If you like I'll get someone to dig into this. Do you have a minimal
reproducible case and/or budget for an hour or two of work?

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to