CorinJG
CorinJG
Was about to create new issue for ability to specify socket's identity - right now PeerIdentities are by uuid only. But I guess this falls under the builder issue.
Looks pretty functional to me, can perform userspace routing now - Thanks!
That's very kind of you, thanks a lot:)
I could be wrong but I can't see that TCP Nagle is disabled anywhere in the lib (eg. simply at socket creation via [set_nodelay](https://docs.rs/tokio/1.2.0/tokio/net/struct.TcpStream.html#method.set_nodelay)) - `tokio::net::TcpStream` sockets enable Nagle by...
@Alexei-Kornienko Yes that's sensible, looks like it's part of the ZeroMQ [protocol](https://en.wikipedia.org/wiki/Talk%3AZeroMQ) so shouldn't be a socket option.