-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: stop byte-fiddling the utp connection ID
Trust that the utp library returns the connection ID in its preferred format. Stop swapping to and from big-endian. I am still working out why this wasn't causing any problems up until the (still pending) RFC refactor. After the refactor, the connection IDs diverge on the outbound and inbound sides, which causes the utp transmission to fail.
- Loading branch information
Showing
2 changed files
with
3 additions
and
6 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
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