NumEntryGuards とは、 Tor で用いられる設定 torrc の設定名で、Tor の入口ノードであるガードノードの合計個数を指定する。

公式説明 編集

Tor 付属説明書に記載され、 man tor コマンドや、#外部リンクにあるオンラインの説明書から確認できる。

原文 編集

NumEntryGuards NUM
If UseEntryGuards is set to 1, we will try to pick a total of NUM routers as long-term entries for our circuits. If NUM is 0, we try to learn the number from the guard-n-primary-guards-to-use consensus parameter, and default to 1 if the consensus parameter isn’t set. (Default: 0)

和訳 編集

NumEntryGuards [個数]
UseEntryGuards を1に設定すると、我々の回路用の長期間用いる入口として合計 [個数] 個のルーターを選び出すことを試みる。もしも [個数] が0であれば、我々は合意設定値を guard-n-primary-guards-to-use から個数を突き止めることを試み、合意設定値が設定されていない場合には、初期設定で1になる。(初期設定:0)

よくある間違い 編集

入口ノードであるガードノードの合計個数を指定する設定名だが、日本語のウェブサイトでは度々、経由する Tor ノードの数を指定すると紹介されている。

関連記事 編集

外部リンク 編集