This project is a pure C# translation of enet, no binaries.
Where udp implementation: NativeSockets.
The original ENet relies on platform-specific native binaries,
which poses challenges for cross-platform distribution and deployment.
This project eliminates that dependency while preserving full compatibility with the original implementation.