Skip to content

Commit f18478d

Browse files
committed
tcp,udp,icmp: set summary channel size to a comfortable number
1 parent d902512 commit f18478d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
const (
35-
smmchSize = 64
35+
smmchSize = 256 // some comfortably high number
3636
UNKNOWN_UID = core.UNKNOWN_UID
3737
UNKNOWN_UID_STR = core.UNKNOWN_UID_STR
3838
SELF_UID = protect.UidSelf

0 commit comments

Comments
 (0)