de_net
0.1.0-dev
Module socket
Structs
Enums
Constants
In crate de_net
?
Settings
Module
de_net
::
socket
Copy item path
source
·
[
−
]
Structs
§
Socket
This struct represents a low level network socket. The socket is based on UDP and thus provides unreliable and unordered means of data delivery.
Enums
§
RecvError
SendError
Constants
§
MAX_DATAGRAM_SIZE
Maximum size of a UDP datagram which might be sent by this crate.