Skip to main content

Module socket

Module socket 

Available on crate feature net only.

Modules§

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

Structs§

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

Traits§

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