SF.net SVN: fclient: [271] trunk/sandbox/fcp2/types.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-26 14:48:14
|
Revision: 271
http://fclient.svn.sourceforge.net/fclient/?rev=271&view=rev
Author: jurner
Date: 2008-02-26 06:48:13 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
added another new config setting ...Freenet devels seem busy
Modified Paths:
--------------
trunk/sandbox/fcp2/types.py
Modified: trunk/sandbox/fcp2/types.py
===================================================================
--- trunk/sandbox/fcp2/types.py 2008-02-26 14:45:54 UTC (rev 270)
+++ trunk/sandbox/fcp2/types.py 2008-02-26 14:48:13 UTC (rev 271)
@@ -291,6 +291,7 @@
'node.downloadAllowedDirs': FcpTypeChoiceNodeDownloadAllowedDirs,
'node.downloadsDir': FcpTypeDirname,
'node.enableARKs': FcpTypeBool,
+ 'node.enablePacketCoalescing': FcpTypeBool,
'node.enablePerNodeFailureTables': FcpTypeBool,
'node.enableSwapping': FcpTypeBool,
'node.enableSwapQueueing': FcpTypeBool,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|