Am 31.08.15 um 13:33 schrieb Valentin Sawadski: > Hi Arne, > > thanks for the explanation on --tls-cipher NONE. > > I know that TLS is only used for Authentication. But the other peer > still would have to do a TLS handshake, which is undesired in my case > as well. > > Assuming I want to remove the TLS handshake as well, would patching > options.c enough or where else should I start looking? > It requires patching much more than only options.c I am afraid. The whole logic of the p2mp server assumes a TLS connection. When you remove the tls connection you also remove pull/push support without major rewriting.
Arne