ambrop7 hace 15 años
padre
commit
6953c4d39d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      flow/PacketPassFairQueue.h

+ 1 - 1
flow/PacketPassFairQueue.h

@@ -37,7 +37,7 @@
 #include <flow/PacketPassInterface.h>
 
 // reduce this to test time overflow handling
-#define FAIRQUEUE_MAX_TIME 501
+#define FAIRQUEUE_MAX_TIME UINT64_MAX
 
 typedef void (*PacketPassFairQueue_handler_busy) (void *user);