VirtualBox

Ignore:
Timestamp:
Sep 22, 2014 1:38:47 AM (10 years ago)
Author:
vboxsync
Message:

NAT: Provide WSA* versions of ECONNRESET, EHOSTDOWN, ENETDOWN.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r52798 r52799  
    8888#  undef ENETUNREACH
    8989#  undef ECONNREFUSED
     90#  undef ECONNRESET
     91#  undef EHOSTDOWN
     92#  undef ENETDOWN
    9093# endif
    9194# define EWOULDBLOCK WSAEWOULDBLOCK
     
    9598# define ENETUNREACH WSAENETUNREACH
    9699# define ECONNREFUSED WSAECONNREFUSED
     100# define ECONNRESET WSAECONNRESET
     101# define EHOSTDOWN WSAEHOSTDOWN
     102# define ENETDOWN WSAENETDOWN
    97103
    98104typedef uint8_t u_int8_t;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette