|
|
@@ -1476,7 +1476,7 @@ func runServer(t *testing.T, runConfig *runServerConfig) {
|
|
|
t.Fatal("server flow does not have expected prefix")
|
|
|
}
|
|
|
|
|
|
- // Analyze time bwetween prefix and next packet.
|
|
|
+ // Analyze time between prefix and next packet.
|
|
|
// client 10-20ms, 30-40ms for server with standard deviation of 1ms.
|
|
|
clientZtest := testSampleInUniformRange(clientFlows.flows[1].timeDelta.Microseconds(), 10000, 20000, 1000)
|
|
|
serverZtest := testSampleInUniformRange(serverFlows.flows[1].timeDelta.Microseconds(), 30000, 40000, 1000)
|