Report winsock errors using POSIX errno values
- Jul 06, 2022
-
-
Steve Lhomme authored
Some winsock errors don't exist in the POSIX world but they may need to be checked.
ef393379 -
Steve Lhomme authored5593f31d
-
Steve Lhomme authored
vlc_net_error() is a function that can be called for all OSes to check for network errors using POSIX errno values.
bd66b150
-