RFC 7065 - Appendix A. Examples
Appendix A. Examples (付録 A. 例)
表 1 は, 各種 URI から <secure>, <port>, <transport> の構成要素がどのように設定されるかを示す。以下の例ではすべて <host> に "example.org" を用いる。
| URI | <secure> | <port> | <transport> |
|---|---|---|---|
| turn:example.org | false | ||
| turns:example.org | true | ||
| turn:example.org:8000 | false | 8000 | |
| turn:example.org?transport=udp | false | UDP | |
| turn:example.org?transport=tcp | false | TCP | |
| turns:example.org?transport=tcp | true | TLS |
表 1