Update readme.md

This commit is contained in:
Someone Else 2023-02-08 14:10:02 +01:00
parent 1701d724dc
commit 10d44123d2

View file

@ -38,8 +38,11 @@ For non-developers people, it is time for you to unleash your ideas.
### Code & Repo
No unsafe code is permitted, and the codebase will never contain `.unwrap()`, `.except()` or `panic!()`.
For the moment I try to organize the repository like the official one. But it won't last for long.
### Improvements & Features
<details> <summary>Traffic Obfuscation</summary> </br> Different protocol to bypass DPI will be available, such as with <a href="https://github.com/vtnerd/monero/blob/docs_p2p_e2e/docs/LEVIN_PROTOCOL.md#encryption">Levin protocol</a> (TLS based, see https://github.com/monero-project/monero/issues/7078) and QUIC <a href="https://github.com/syncthing/syncthing/pull/5737">like Syncthing have done</a>, but with offset and timing mitigations. Unless the monero-core team decide to implement these protocols, they'll only by available between cuprate peers.</details>