You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a fork of this demo application that shows how to scan peers in a LAN. The demo uses the original ENet.
In my fork I have added a CMake option to switch between original ENet and ZPL's ENet. With the original ENet it works, but with ZPL's ENet it fails with the error:
Failed to bind listen socket
The text was updated successfully, but these errors were encountered:
I've gotten this error as well, it throwns winsock error 10049 after the call to bind in enet_socket_bind.
Edit: It works fine with lsalzman/enet version 1.3.18
I made a fork of this demo application that shows how to scan peers in a LAN. The demo uses the original ENet.
In my fork I have added a CMake option to switch between original ENet and ZPL's ENet. With the original ENet it works, but with ZPL's ENet it fails with the error:
The text was updated successfully, but these errors were encountered: