Module socket

Module socket 

Available on crate feature net only.

Modules§

core
Utilities for creating and using sockets.
opts
Options and types in function of creating Sockets.

Structs§

DeviceName
Name of a (network) interface device name, e.g. eth0.
SocketOptions

Enums§

Interface
The interface to bind a Socket to.

Traits§

SocketService
Glue trait that is used as the trait bound for code creating/preparing a socket on one layer or another.