From 64ca0b2ab78f4ea62436c22e0edda67c76d413fd Mon Sep 17 00:00:00 2001 From: Dhel Date: Wed, 17 Jul 2024 10:55:58 -0600 Subject: [PATCH] test increase maxAge --- ipxpkt/fragment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipxpkt/fragment.go b/ipxpkt/fragment.go index 9bd4e18..a4f5c1e 100644 --- a/ipxpkt/fragment.go +++ b/ipxpkt/fragment.go @@ -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 {