Skip to content
Snippets Groups Projects
Commit 33167b05 authored by zf4's avatar zf4
Browse files

debug

parent 5c7da8ab
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ const CraneServerWorkerPort = 6325 ...@@ -25,7 +25,7 @@ const CraneServerWorkerPort = 6325
const CraneServerBackupPort = 6326 const CraneServerBackupPort = 6326
const CraneWorkerPort = 12450 const CraneWorkerPort = 12450
const CraneDataCollectionPort = 12451 const CraneDataCollectionPort = 12451
const CraneSpoutInterval = 100 * time.Millisecond const CraneSpoutInterval = 2 * time.Second
const CraneTimeoutInterval = 3 * time.Second const CraneTimeoutInterval = 3 * time.Second
var CraneClientServNum int var CraneClientServNum int
...@@ -44,8 +44,8 @@ const NumFileReplicas = 4 ...@@ -44,8 +44,8 @@ const NumFileReplicas = 4
// How long to wait to get the membership list from the introducer // How long to wait to get the membership list from the introducer
const IntroducerTimeout = 3 * time.Second const IntroducerTimeout = 3 * time.Second
const GrepTimeout = 5 * time.Second const GrepTimeout = 5 * time.Second
const ACKTimeout = 5000 * time.Millisecond const ACKTimeout = 1500 * time.Millisecond
const PingInterval = 10000 * time.Millisecond const PingInterval = 3000 * time.Millisecond
// Simulate false positives by dropping packets before they are sent out // Simulate false positives by dropping packets before they are sent out
const FalsePosChance = 0.0 const FalsePosChance = 0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment