The security mechanism, like some other socket options, applies to the next connection (in or outgoing). A single TCP connection cannot switch between mechanisms. There's no protocol for that, nor is there any sense in it. Changing security level on a socket after having connections is also dangerous and we've discussed banning it.
On Mon, Dec 9, 2013 at 3:24 PM, Laurent Alebarde <[email protected]> wrote: > Hi Devs, > > Is it possible to start a socket as NULL, send some messages, then change > the socket to CURVE ? > Does the identity of the socket change in the process ? > > Cheers, > > > Laurent > > _______________________________________________ > 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
