UDPServer.poll

Call this method at regular intervals (e.g. inside Node._process) to process new packets. And packet from known address/port pair will be delivered to the appropriate PacketPeerUDP, any packet received from an unknown address/port pair will be added as a pending connection (see isConnectionAvailable, takeConnection). The maximum number of pending connection is defined via maxPendingConnections.

struct UDPServer
@nogc nothrow
GodotError
poll
()

Meta