It would be nice if there was a Status message warning if nss is not installed & configured and explaining how to do so. I wonder how many node operators either missed the note below or forgot about it when configuring another node (I fall in the later category).

I wonder what other hidden performance enhancements are in Fred? It would be nice if all of them had Status messages of their own.

-Pascal


On 7/16/2013 4:43 PM, Matthew Toseland wrote:
One of the crypto changes is to use the NSS library, if available, for connection setup. 
This should save some CPU usage by using native code to speed up ECC crypto. To use it 
you need the appropriate library ("apt-get install libnss3" on Linux, getting 
it working on Windows is nontrivial), and then add to your wrapper.conf:
wrapper.java.additional.4=-Dfreenet.jce.use.NSS=true
(Change "4" as appropriate depending on the previous lines in wrapper.conf)

You should then see in your wrapper.log:
INFO   | jvm 1    | 2013/07/15 21:49:35 | SunPKCS11-NSS: SunPKCS11-NSScrypto 
version 1.6
_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Reply via email to