Sean DuBois
|
e6e49f59b0
|
Update UDPMux to dispatch inbound packets on ufrag
If we get a packet for an address we don't know dispatch it
by ufrag still.
Resolves #357
|
2021-04-20 22:52:35 -07:00 |
|
David Zhao
|
35f704e2e4
|
Fix UDPMux read/write race condition
Resolves #351
|
2021-04-19 18:36:38 -07:00 |
|
David Zhao
|
166ba31563
|
Improved performance of UDPMux
The previous implementation of UDPMux was dropping
packets due to channel usage in the critical write path.
|
2021-04-18 13:44:08 -07:00 |
|
David Zhao
|
f7b11daf96
|
Improve UDPMux performance
improved buffer handling and prevents channel clogging
|
2021-04-14 14:19:07 -07:00 |
|
David Zhao
|
86d69d6ce5
|
Single port handling via UDPMux
Allows for ICE to handle connections on a single UDP port
|
2021-04-12 20:42:10 -07:00 |
|