Skip to content

dart-community/datagram-socket

Repository files navigation

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.

About

A buffered interface to a UDP socket.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages