Skip to content

Commit

Permalink
2024-10-03 11:44:12
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 3, 2024
1 parent 4ecc794 commit df5ac82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/etch/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
var Conf = struct {
PayloadSize int
}{
// The maximum safe udp payload is 508 bytes. This is a packet size of 576 (the minimum maximum reassembly buffer
// size), minus the maximum 60-byte ip header and the 8-byte udp header.
PayloadSize: 508,
}

Expand Down

0 comments on commit df5ac82

Please sign in to comment.