Skip to content

Commit

Permalink
Try without local delay
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Oct 24, 2023
1 parent c787f62 commit 1e697ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hole-punch-interop/testplans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import path from "path";

const routerDelay = 100;
const relayDelay = 25;
const localDelay = 100;
const localDelay = 0;

const rttRelayedConnection = routerDelay * 2 + relayDelay * 2 + localDelay * 2;
const rttDirectConnection = routerDelay * 2 + localDelay * 2;
Expand Down

0 comments on commit 1e697ce

Please sign in to comment.