libimobiledevice / libusbmuxd

A client library to multiplex connections from and to iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
574 stars 270 forks source link

fixed usbmuxd_send case dead-loop on windows #125

Closed sandin closed 3 months ago

sandin commented 2 years ago

On windows, errno will not be set when socket send failed, see https://docs.microsoft.com/en-us/windows/win32/winsock/error-codes-errno-h-errno-and-wsagetlasterror-2

nikias commented 3 months ago

Fixed with 3d9f5df.