>>402 ウチでは、ルータのport空けても空けなくても一緒でした。 Freenetのconfigで、NormalSettingタグ内の「Node Avaliability」を 'Node will run 24hrs/day'→'Node is transient' に変えて、試してみてもらえませんか?
Frostのnews掲示板への投稿で、たまに、 'I was not able to upload your message' のエラーが出て、投稿できないことがあります。 このときは、しつこくRetryを押し続けると、その内投稿できるようになります。 #経験では、10〜100回位連続で押し続けると、全部いけました。
Forward Error Correction About Since missing one splitfile chunk makes the whole download useless, forward error correction was added to fproxy by gj. FEC creates check files when inserting and inserts these check files as well as the normal splitfiles. A check file, when combined with the FEC decoder and some of the splitfiles, can create other, missing splitfiles. Thus, only a certain percentage of the splitfiles/check blocks need to be downloading. This allows for the instable nature of Freenet not to fuck you over when a few of the blocks are missing.
Go to the directory in which Freenet resides. Copy freenet-ext.jar (which contains the FEC code) to this directory. Copy freenet-latest.jar into this directory, renaming it to freenet.jar.
Now, open up the freenet.conf file sitting there. Add the following lines anywhere you like:
The next time you load up your node and fproxy, FEC will load as well, and work transparently. Since it is currently tied to fproxy, you must use the Freenet Gateway (usually at localhost:8888) to insert and retrieve files with FEC. It will automatically choose the splitfile size when inserting (with the hopes that standard splitfile sizes will increase the chance of two splitfiles will be the same) and provides a neat little status page.
Fproxy with FEC leaves many tbf_* files in your freenet directory. These are safe to delete after uploading.
A Keyword Signed Key is much more user-friendly than a CHK, because it is not automatically generated, but rather is named upon insertion. 書き込むとき自動的に生成はされませんが、名前を付けられることが出来るので、Keyword Signed Key (KSK) はCHKよりずっとユーザーフレンドリーです。
For example, I might insert a picture of George Washington as freenet:KSK@images/george washington.png if I so chose. たとえば、私がジョージワシントンの写真を、freenet:KSK@images/george washington.png(もしそう選んだならば)として挿入してもよいのです。
This key actually is a mere redirect to the CHK of the file, but is useful to hide the gory details. このkeyは実際には単なるファイルのCHKへの転送に過ぎないが、血みどろの詳細(※無意味な文字の羅列であるCHKのことか?)を隠すのに便利です。
I would not trust too much on KSK's because if two people inserted two KSK's that pointed to different data, it's possible that both would exist at the same time in Freenet, but point to different content. 2人の人が違うデータを指す2つのKSKを書き込んだら、両方とも同時にFreenetに存在して違う内容を指す可能性があるので、私はKSKをそれほど信用できませんでした。
One could not be sure whether he or she was getting the right data. 私は彼または彼女が正しいデータを手に入れるかどうか確信できませんでした。
This is not usually a problem, however, and the key type is too useful to ignore. しかしながらこれ(keyのダブり)は通常問題ではなく、またこのkeyタイプ(KSK)は有用なので、無視できません。
If you are going to upload a file, I would highly recommend uploading it as a KSK to both make it easy to tell others about it and let others know what they're getting into before downloading it.もしあなたがファイルをアップロードするときは、 ほかの人にkeyを伝えやすいし、ダウンロードする前にファイル内容がわかりやすいので、KSKとしてアップロードすることを強くお勧めします。