Crate tox_core

Source
Expand description

Rust implementation of the Tox protocol.

Repo: https://github.com/tox-rs/tox

Modules§

dht
The implementaion of dht module functionalities.
friend_connection
The implementation of Friend connection
io_tokio
Defines IoFuture and IoStream
net_crypto
Net crypto module allows to send data between two friends and provides encryption, ordered delivery, and perfect forward secrecy.
onion
Onion module allows nodes to announce their long term public keys and find friends by their long term public keys.
relay
TCP handshake and Packet handling
state_format
State format – for saving / loading data across restarts.
stats
Statistics of incoming/outgoing packets This is used by both Udp codec and Tcp codec.
time
Functions to work with time
utils
Common utility functions