enet
enet copied to clipboard
ENet reliable UDP networking library
I have been read some docs about ENet, ENet don't integrate TCP and UDP, It uniform protocol layered over UDP to the developer with the best features of UDP and...
^^ Question in title, I believe epoll has some great performance/scalability advantages that I would like to see in ENet! Any way that's going to be added in the future?
This could be me, but it seems like enet gets easily overwhelmed if service is called with too many incoming packets to process. At around 2k packets per second with...
(Updated after stand-alone repro showed the the SERVER side sees the value, but the CLIENT side does not.) The docs for `enet_host_connect()` state that the final argument, `enet_uint32 data` is...
I was working on a project and kept getting a segfault until i read deeper into the docs to know that `enet_packet_send` takes ownership of the packet. It might be...
This adds some basic CI builds via GitHub Actions. This produces a build matrix `[Linux, Windows, MacOS]` x `[Debug, Release]` and builds ENet with CMake with the default detected compiler...
I tested ENet library with 2 clients located far from each other: TTL 53, Ping 280 and got maximum bandwidth of reliable packets about 2Mbps With the same conditions I...
Currently CMakeLists.txt lacks any installation instruction, which is a bit annoying when you wish to install it in system folders (using make install), this PR fixes that.
Hey, Does enet implies any congestion control algorithm or the client which uses the library is responsible to do so ? By looking at the following method: ` enet_host_create (const...
the enet version: 1.3.17 and all the packets are sent with ENET_PACKET_FLAG_RELIABLE. What happen to the enet debug with follows information? peer 0: 0.001053%+-0.002121% packet loss, 10+-7 ms round trip...