tox-rs / tox

toxcore implementation in Rust
GNU General Public License v3.0
448 stars 32 forks source link

How to send file? #468

Closed DeadNumbers closed 1 year ago

kurnevsky commented 1 year ago

It's not implemented yet. In theory you can send small files using very low level net_crypto api, but proper implementation will require congestion control.