Crate tinyudp

Source
Expand description

§tinyudp

A tiny abstraction for UDP.

Structs§

ReadOptions
Options for reading responses with timeout and buffer size.

Enums§

Error

Functions§

send
Send a message to the specified address.
send_and_receive
Send a message to the specified address and read the response.