Replies: 1 comment 7 replies
-
This is not the case in pion by default, since by specification each peer connection must use a different socket. However, libdatachannel also has an optional UDP mux mode that runs all peer connections over a single UDP socket. You can enable it with |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm told this is the case in pion (ie optimization), but am not sure if it's true for libdatachannel?
Beta Was this translation helpful? Give feedback.
All reactions