Jouni, I should have mentioned that I use a dual-stack (IPv4 and IPv6) and ALWAYS accept both DTLS and TLS connections. So every node has (if applicable) a transport acceptor on IPv6 & IPv4 both TLS and DTLS capable and bound to the RELOAD port. ICE handles choosing DTLS and TLS out of the box via Attach for all other Nodes however I leave the DTLS or TLS decision for bootstrap up to the Node and use TCP first.
Julian Cain On Dec 21, 2009, at 8:34 AM, Jouni Mäenpää wrote: > Hi, > > One question about the "bootstrap-node" element in the RELOAD overlay > configuration document. In the example configuration document included > in the RELOAD base draft, the bootstrap-node element has the following > contents: > > <bootstrap-node>192.0.0.1:5678</bootstrap-node> > > My question is that should the element also specify whether the > bootstrap node should be contacted using DTLS or TLS? In that case, the > element could perhaps look as follows: > > <bootstrap-node> > <address>192.0.0.1</address> > <port>5678</port> > <proto>TLS</proto> > </bootstrap-node> > > Or is the assumption that the bootstrap node uses the same port for both > TLS and DTLS? > > The above format would also make the bootstrap-node element more extensible. > > Cheers, > Jouni > _______________________________________________ > P2PSIP mailing list > [email protected] > https://www.ietf.org/mailman/listinfo/p2psip _______________________________________________ P2PSIP mailing list [email protected] https://www.ietf.org/mailman/listinfo/p2psip
