datagram_socket 1.0.0
datagram_socket: ^1.0.0 copied to clipboard
A buffered interface to a UDP socket.
Datagram Socket #
Provides a buffered interface to a RawDatagramSocket-backed UDP socket.
The Dart SDK itself does not provide a high-level wrapper around
RawDatagramSocket in the same way it provides Socket to wrap RawSocket.
This package exists to provide such a wrapper, to make it easier to correctly
implement sending and receiving UDP datagrams.