-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak(mumble): simplify how we send clients and channels for the Voic…
…eTarget packet - The previous implementation allowed duplicates, and was more complex than what we need since we don't care about channel linking (we would always set it to false) - This will also reset connections if they have too many in flight TCP pings - This removes all the swaps from std::wstring <-> std::string
- Loading branch information
1 parent
cf73c44
commit 33651e4
Showing
12 changed files
with
344 additions
and
318 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
Oops, something went wrong.