Does Godot uses a modified version of ENet?

Godot Version

3.5.3

Question

Does Godot uses a modified version of ENet?

I just want to develop a game with only c++ and opengl and ENet. I just wonder that can i just build ENet to android and use it on it. Godot’s android export can run ENet, but did the dev team modified it to build it to android?.

Looking at the thirdparty/enet git history, no. They have however modified enet behavior slightly and contributed to upstream patches. There is also a special bespoke socket implementation for Godot.

Searching this history there is no code or comment mentioning Android. Which makes sense as Android isnt much different then a linux computer.

The godot doc in 4.3 says it’s a modded enet.