mirage/mirage-tcpip

socket test is failing on windows

samoht opened this issue · 1 comments

$  _build/default/test/test.exe test socket 1
[..]
test.exe: [INFO] Manager: connect
test.exe: [INFO] Manager: configuring
test.exe: [WARNING] Manager: sockets currently bind to all available IPs. IPs 127.0.0.1 were specified, but this will be ignored
test.exe: [INFO] Manager: connect
test.exe: [INFO] Manager: configuring
test.exe: [WARNING] Manager: sockets currently bind to all available IPs. IPs 127.0.0.1 were specified, but this will be ignored
[exception] Unix.Unix_error(Unix.EPROTONOSUPPORT, "socket", "")

This was fixed in #333 AFAIK, thanks for the report!