PacketPeer implementation using the ENet library.
A connection (or a listening server) that should be passed to [method SceneTree.set_network_peer]. Socket events can be handled by connecting to [SceneTree] signals.
Create client that connects to a server at address [code]ip[/code] using specified [code]port[/code].
Create server that listens to connections via [code]port[/code].