Package asyncudp

Interface Summary
ASyncUDPListener A callback interface allowing a client of this ASyncUDP instance to be notified of when data is received from remote hosts.
 

Class Summary
ASyncUDP A library for performing unreliable data transfer over UDP without any congestion or flow control.
ASyncUDPKey The ASyncServiceKey implementation for an ASyncUDP service.
ASyncUDPMessageHandle A handle to a Message object either currently or previously enqueued for delivery over UDP.
ASyncUDPMessageQueue The queue of messages to be delivered to remote nodes.
ASyncUDPParams A class containing all parameters used by an ASyncUDP instance.
QueueManager A class allowing management of message queues for an ASyncUDP instance.