Expand description
MPROXY: Socket Dispatcher. Platform-agnostic API to bind unicast and multicast UDP socket addresses.
Provides socket interface for crates mproxy-client
, mproxy-server
, mproxy-proxy
, and mproxy-reverseproxy
.
Structs§
- Domain
- Specification of the communication domain for a socket.
- Protocol
- Protocol specification used for creating sockets via
Socket::new
. - Socket
- Owned wrapper around a system socket.
- Type
- Specification of communication semantics on a socket.