Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adotkhan committed Jul 14, 2023
1 parent de4386d commit 14bf1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiphon/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 14bf1ee

Please sign in to comment.