ENet

ENet Protocol #

ENet Protocol is a network protocol that uses Godot’s ENetMultiplayerPeer

ENet’s purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP

Compression #

ENet Protocol comes with compression options out of the box. For more information about choosing the compression that’s right for you, check out this article for more info.

Compression Options

Secure Connections #

ENet Network Protocol comes with secure options out of the box. You can read more guides at Encryption.