Module solana_jsonrpc_tcp_server::tokio::net [−][src]
TCP/UDP/Unix bindings for tokio.
This module contains the TCP/UDP/Unix networking types, similar to the standard library, which can be used to implement networking protocols.
Organization
TcpListenerandTcpStreamprovide functionality for communication over TCPUdpSocketandUdpFramedprovide functionality for communication over UDPUnixListenerandUnixStreamprovide functionality for communication over a Unix Domain Socket (available on Unix only)
Modules
| tcp |
TCP bindings for |
| udp |
UDP bindings for |
| unix |
Unix domain socket bindings for |