-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Driver: Handle receiving large non-standard packets (#23)
Discord's web client on Firefox seems to send very large packets, ranging from 20ms to 60ms at different times and systems. This adapts the UDP Rx task to remember the largest packet needed for any SSRC in a call and preallocate that much, which also allows it to decode such packets.
- Loading branch information
1 parent
57df3fe
commit 9fdbcd7
Showing
1 changed file
with
85 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters