Exported utility functions
Create a header for useful utility functions that are not part of the regular libslirp API. Currently, this benefits Windows but could benefit other platforms.
-
libslirp's win32_socket_error() is pretty comprehensive with respect to winsock2->errno error translations, useful outside of libslirp.
-
pingtest duplicated slirp_inet_aton() just for Windows.
Edited by Scott Michel