Skip to content

Commit

Permalink
choose a per-msg jitter value that is the average of dcrd's 100-500ms…
Browse files Browse the repository at this point in the history
… inv jitter
  • Loading branch information
jrick committed Jun 11, 2024
1 parent 04facb9 commit c0bd075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixing/mixclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const pairingFlags byte = 0
const (
timeoutDuration = 30 * time.Second
maxJitter = timeoutDuration / 10
msgJitter = 15 * time.Millisecond
msgJitter = 300 * time.Millisecond
peerJitter = maxJitter - msgJitter
)

Expand Down

0 comments on commit c0bd075

Please sign in to comment.