Skip to content

Commit

Permalink
webrtc/: Use IP + port + ufrag for multiplexing
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Sep 25, 2022
1 parent ae5b0d8 commit 7ce6213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webrtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ fingerprint](https://www.w3.org/TR/webrtc/#dom-rtccertificate-getfingerprints).
https://bugs.chromium.org/p/chromium/issues/detail?id=823036

5. _A_ establishes the connection to _B_. The random string used as a _username_
and _password_ can be used by _B_ to identify the connection, i.e.
demultiplex incoming UDP datagrams per incoming connection. _B_ uses the same
random string for the username and password in the STUN message from _B_ to
_A_.
and _password_ in combination with the IP and port of _A_ can be used by _B_
to identify the connection, i.e. demultiplex incoming UDP datagrams per
incoming connection. _B_ uses the same random string for the username and
password in the STUN message from _B_ to _A_.

6. _B_ does not know the TLS fingerprint of _A_. _B_ upgrades the incoming
connection from _A_ as an _insecure_ connection, learning _A_'s TLS
Expand Down

0 comments on commit 7ce6213

Please sign in to comment.