Skip to content

Commit

Permalink
docs typo - replace none-standard with non-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
collingreen committed Sep 12, 2024
1 parent f0063a3 commit 519138c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/understanding_idevice_protocol_layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ different pairing logic, leading into two different "Trust/Don't Trust" dialogs
the same).

Since all this communication is IP-based, but without any additional exported TCP port from the device, `usbmuxd` can't
help us here. Instead, starting at iOS 16.0, when connecting an iDevice, it exports another none-standard USB-Ethernet
help us here. Instead, starting at iOS 16.0, when connecting an iDevice, it exports another non-standard USB-Ethernet
adapter (with IPv6 link-local address), placing us in a subnet with the device's `remoted`.

As we've said this communication is none-standard, and requires either:
As we've said this communication is non-standard, and requires either:

- macOS Monterey or higher
- Special driver on your linux/windows machine
Expand Down

0 comments on commit 519138c

Please sign in to comment.