Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple example using raw UDP sockets doesn't work #42

Open
tuket opened this issue Dec 13, 2022 · 1 comment
Open

Simple example using raw UDP sockets doesn't work #42

tuket opened this issue Dec 13, 2022 · 1 comment

Comments

@tuket
Copy link

tuket commented Dec 13, 2022

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
@SorpoBlock
Copy link

SorpoBlock commented Jun 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants