From: <ju...@us...> - 2008-02-27 12:06:19
|
Revision: 288 http://fclient.svn.sourceforge.net/fclient/?rev=288&view=rev Author: jurner Date: 2008-02-27 04:06:22 -0800 (Wed, 27 Feb 2008) Log Message: ----------- combed over docs Modified Paths: -------------- trunk/sandbox/fcp2/consts.py Modified: trunk/sandbox/fcp2/consts.py =================================================================== --- trunk/sandbox/fcp2/consts.py 2008-02-27 12:05:55 UTC (rev 287) +++ trunk/sandbox/fcp2/consts.py 2008-02-27 12:06:22 UTC (rev 288) @@ -441,25 +441,6 @@ MaskPut = PutData | PutFile | PutDir | PutMultiple | PutRedirect -#TODO: no idea how fcp handles strings as in <Peer volatile.status=CONNECTED> -# all I could find in the sources where these constants as in PEER_NODE_STATUS_CONNECTED -# in --> freenet/node/PeerManager.java -class PeerNodeStatus: - Connected = 1 - RoutingBackedOff = 2 - TooNew = 3 - TooOld = 4 - Disconnected = 5 - NeverConnected = 6 - Disabled = 7 - Bursting = 8 - Listening = 9 - ListenOnly = 10 - ClockProblem = 11 - ConnError = 12 - Disconnecting = 13 - - class PeerNoteType: """All known peer note types""" Private = '1' @@ -480,10 +461,10 @@ class RequestModified(BaseBitFlags): - """Flags indicating what of a request has been modified + """Flags indicating what aspect of a request has been modified @cvar Filename: the filename has been modified @cvar Identifier: the identifier has been moodified - @cvar PersistentUserData: thepersistent user data has been modified + @cvar PersistentUserData: persistent user data has been modified @cvar PriorityClass: the priority class has been modified @note: the FcModified member of the params dict of a request may contain This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |