enet icon indicating copy to clipboard operation
enet copied to clipboard

Simple example using raw UDP sockets doesn't work

Open tuket opened this issue 1 year ago • 1 comments

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

tuket avatar Dec 13 '22 09:12 tuket