-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fruity: Fix direct channel reliability
Where we might establish the HostSession connection through usbmuxd, and proceed to establish direct connections through the tunnel. This is usually fine, except when an Apple service happens to bind to the same port inside the tunnel. In that case we'd end up talking to that instead of the broker port, which is listening on INADDR_ANY. Kudos to @mrmacete for helping track this one down. Co-authored-by: Håvard Sørbø <[email protected]>
- Loading branch information
Showing
2 changed files
with
120 additions
and
72 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