Hi,
> ...
> udp://host:port?UdpTransport.reliable=true&UdpTransport.encrption=aes25
> 6&UdpTransport.encryptionKey=somesecretkey
> ...
I would also suggest to use URL parameters for things like encryption scheme
or reliability patterns. The Protocol scheme in the URI would be overloaded
when t
well, "tcp:..." doesn't entirely mean tcp, but rather is just a
conveniently picked name which is bound to a transport stack factory.
tls is tcp with tls stream encryption.
tcp2 is tcp as well, but with a selector scheme for managing sockets.
tls2 is tcp2 with tls encryption.
your uri scheme