mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +00:00
Update readme.md
This commit is contained in:
parent
1701d724dc
commit
10d44123d2
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue