-fix: min delay 1ms
authorChristian Grothoff <christian@grothoff.org>
Tue, 8 May 2012 18:07:22 +0000 (18:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 8 May 2012 18:07:22 +0000 (18:07 +0000)
src/fragmentation/fragmentation.c

index 1cc28bf3864daa9cf26e45c0ec662a43191eb43a..ee867b04d045b03e28be7c9aadd38173ad9c0241 100644 (file)
 #include "fragmentation.h"
 
 
-#define MIN_ACK_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 50)
+/**
+ * Absolute minimum delay we impose between sending and expecting ACK to arrive.
+ */
+#define MIN_ACK_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 1)
 
 
 /**