Skip to content

FCPv2 EnterFiniteCooldown

DC* edited this page Aug 29, 2020 · 3 revisions

EnterFiniteCooldown indicates that all the blocks in a request have been requested from the network 3 times (some of them may have succeeded, but not all), and the remaining blocks are waiting for 30 minutes before they can be tried again. There is no point routing the same requests over and over so Freenet won't; thanks to ULPRs, there is a good chance it will be notified if the data is found by other nodes in the meantime.

Example

 EnterFiniteCooldown
 Identifier=fetch1
 Global=false
 WakeupTime=1302717306123
 End

Details

Field Example or [Range] Description
Identifier
Global [true,false]
WakeupTime Java time (64-bit integer) When the request (or some part of it) will be tried again.
Clone this wiki locally