-
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 Send Auth packet immediately after Version In the spec we have to send the Auth packet after Version, we opted to do it whenever we get the version packet back, this isn't really needed and slows down the exchange, since the server will only send `CryptoSetup` after we send this packet.
- Loading branch information
1 parent
cf73c44
commit fd6fec4
Showing
12 changed files
with
359 additions
and
333 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.