Skip to content

Commit 60c4eaa

Browse files
committed
specific port in a different page
1 parent ef9cc4f commit 60c4eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ service is needed.
7474
There's no 1:1 mapping between an OS UDP/TCP port and a WebRTC connection.
7575
Instead, we use a combination of the 5-tuple (src_ip, src_port, dst_ip,
7676
dst_port, proto) and WebRTC ICE metadata to multiplex a single port. Thus, we
77-
only require 2 ports for WebRTC: **udp/3478** and **tcp/443**.
77+
only require 2 ports for WebRTC: 1 TCP port and 1 UDP port.
7878

7979
In theory, the server is able to serve much more than ~16k connections (the
8080
typical limit from ephemeral UDP port exhaustion). This is useful for packing

0 commit comments

Comments
 (0)