Skip to content

Commit

Permalink
updated Crypto.md and added information to Building.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan007 committed Sep 10, 2020
1 parent 645cfaa commit 733c7c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ Please do no forget to `make clean` after (re-)configuration and before building

In addition to the built-in LZO1x for payload compression (`-z1` at the edge's commandline), n2n optionally supports [ZSTD](https://github.com/facebook/zstd). As of 2020, it is considered cutting edge and [praised](https://en.wikipedia.org/wiki/Zstandard) for reaching the currently technologically possible Pareto frontier in terms of CPU power versus compression ratio. ZSTD support can be configured using

`./configure -- with-zstd`
`./configure --with-zstd`

which then will include ZSTD if found on the system. It will be available via `-z2` at the edges. Of course, it can be combined with the other features mentioned above:

`./configure --with-openssl --with-zstd CFLAGS="-O3 -march=native"`
`./configure --with-zstd --with-openssl CFLAGS="-O3 -march=native"`

Again, please do no forget to `make clean` after (re-)configuration and before building (again) using `make` – can't reiterate often enough.
Again, this cannot be reiterated often enough, please do no forget to `make clean` after (re-)configuration and before building (again) using `make`.

0 comments on commit 733c7c5

Please sign in to comment.