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
andIoStream
- 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