Fix standard.

This commit is contained in:
Christoph Diehl 2017-11-28 21:45:18 +03:00
parent 6df44b5f63
commit 2f3f62a062
1 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ make.network = {
random.pick([
'host',
utils.block.block([
random.pick(['srflx','prflx', 'relay']),
random.pick(['srflx', 'prflx', 'relay']),
' ',
random.pick(['raddr']),
' ',
@ -72,7 +72,7 @@ make.network = {
])
])
},
SdpMid() {
SdpMid () {
// m=
return utils.block.block([
random.pick(['application', 'video', 'audio']),
@ -84,7 +84,7 @@ make.network = {
make.number.any
])
},
Turn() {
Turn () {
// https://tools.ietf.org/html/rfc7065#section-3.1
return utils.block.block([
// scheme