Skip to main content

Crate qdatagram

Crate qdatagram 

Source

Structsยง

DatagramFlow
Combination of DatagramIncoming and DatagramOutgoing
DatagramIncoming
DatagramOutgoing
The struct for protocol layer to mange the outgoing side of the datagram flow.
DatagramReader
DatagramWriter
The writer for application to send the datagram frames to the peer.
ReadIntoBuf
the Future created by DatagramReader::read_buf, see DatagramReader::read_buf for more.
ReadIntoSlice
the Future created by DatagramReader::read, see DatagramReader::read for more.
RecvDatagram
The Future created by DatagramReader::recv, see DatagramReader::recv for more.