You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this commit in libimobiledevice, netmuxd no longer seems to work. See this issue for details on what's happening.
If I understand correctly, it seems that byte 0, previously the length, is now part of the sa_family information. It seems like this small change to devices.rs resolves it for IPv4:
Since this commit in libimobiledevice, netmuxd no longer seems to work. See this issue for details on what's happening.
If I understand correctly, it seems that byte 0, previously the length, is now part of the
sa_family
information. It seems like this small change to devices.rs resolves it for IPv4:I assume a similar change is required for IPv6, but I can't test it at the moment, so hopefully this is helpful to someone who can.
The text was updated successfully, but these errors were encountered: