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

Reply via email to