ambrop7 15 年 前
コミット
6953c4d39d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      flow/PacketPassFairQueue.h

+ 1 - 1
flow/PacketPassFairQueue.h

@@ -37,7 +37,7 @@
 #include <flow/PacketPassInterface.h>
 #include <flow/PacketPassInterface.h>
 
 
 // reduce this to test time overflow handling
 // 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);
 typedef void (*PacketPassFairQueue_handler_busy) (void *user);