Skip to content

Commit

Permalink
Update fragment.go
Browse files Browse the repository at this point in the history
  • Loading branch information
skadarnold committed Jul 17, 2024
1 parent 5977160 commit 1b0af26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipxpkt/fragment.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ipxpkt
import (
"time"

"github.com/skadarnold/ipxbox/ipx"
"github.com/fragglet/ipxbox/ipx"

Check failure on line 6 in ipxpkt/fragment.go

View workflow job for this annotation

GitHub Actions / build

no required module provides package github.com/fragglet/ipxbox/ipx; to add it:
)

const (
Expand All @@ -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 = 20 * time.Second
maxAge = 10 * time.Second
)

type frameKey struct {
Expand Down

0 comments on commit 1b0af26

Please sign in to comment.