-help seaspider some more
[oweals/gnunet.git] / src / fs / gnunet-service-fs_cp.h
index 1abec2ad029efaff86125391a6b5222a7db52ef3..e3c7cd2278259a8525aece2f1dfc30c062483bfd 100644 (file)
@@ -92,6 +92,13 @@ struct GSF_PeerPerformanceData
    */
   struct GNUNET_TIME_Relative avg_reply_delay;
 
+  /**
+   * If we get content we already have from this peer, for how
+   * long do we block him?  Adjusted based on the fraction of
+   * redundant data we receive, between 1s and 1h.
+   */
+  struct GNUNET_TIME_Relative migration_delay;
+
   /**
    * Point in time until which this peer does not want us to migrate content
    * to it.