diff options
author | Alex <alex@adnab.me> | 2024-02-28 12:49:26 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-02-28 12:49:26 +0000 |
commit | 02005055aec1351cbca5286c7c5cfad46eee47ef (patch) | |
tree | a4ce7cc13340c2aa2c9671f124a84f7c96662fa5 /doc/book/reference-manual/configuration.md | |
parent | 10031a3a9130a55a832e8aebc00eee942394be93 (diff) | |
parent | a294dd9473fb47e142d0dbac7028481ff00f921e (diff) | |
download | garage-02005055aec1351cbca5286c7c5cfad46eee47ef.tar.gz garage-02005055aec1351cbca5286c7c5cfad46eee47ef.zip |
Merge pull request 'Mention deduplication and compression in features page' (#736) from doc-dedup into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/736
Diffstat (limited to 'doc/book/reference-manual/configuration.md')
-rw-r--r-- | doc/book/reference-manual/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/reference-manual/configuration.md b/doc/book/reference-manual/configuration.md index f1474613..af66c4b8 100644 --- a/doc/book/reference-manual/configuration.md +++ b/doc/book/reference-manual/configuration.md @@ -417,7 +417,7 @@ the node, even in the case of a NAT: the NAT should be configured to forward the port number to the same internal port nubmer. This means that if you have several nodes running behind a NAT, they should each use a different RPC port number. -#### `rpc_bind_outgoing` {#rpc_bind_outgoing} (since v0.9.2) +#### `rpc_bind_outgoing`(since v0.9.2) {#rpc_bind_outgoing} If enabled, pre-bind all sockets for outgoing connections to the same IP address used for listening (the IP address specified in `rpc_bind_addr`) before |