Skip to content

Commit

Permalink
test increase maxAge
Browse files Browse the repository at this point in the history
  • Loading branch information
skadarnold committed Jul 17, 2024
1 parent 7d1c9b4 commit 64ca0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipxpkt/fragment.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (

// maxAge is the maximum amount of time that we hold a frame for
// reassembly before giving up and flushing it.
maxAge = 10 * time.Second
maxAge = 20 * time.Second
)

type frameKey struct {
Expand Down

0 comments on commit 64ca0b2

Please sign in to comment.