Thanks for catching this. I've fixed the error in https://github.com/zeromq/czmq/pull/967
On Thu, Mar 26, 2015 at 4:10 AM, <[email protected]> wrote: > Hi: > I'm using zeromq-4.0.5 and czmq 3.0.0 on ubuntu. > I found some error on czmq's document. > in zsock manual page,i saw > > // Smart constructors, which create sockets with additional set-up. In > all of > // these, the endpoint is NULL, or starts with '@' (connect) or '>' > (bind). > // Multiple endpoints are allowed, separated by commas. If endpoint does > not > // start with '@' or '>', default action depends on socket type. > > In source file,'@' means bind and '>' means connect. > Am I right? > thank you very much > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
