minor changes

This commit is contained in:
soypat
2025-06-07 09:36:10 -03:00
parent c635bde512
commit c76fde4677
2 changed files with 13 additions and 8 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ import (
)
type StackPort struct {
connID uint64
protocol uint64
handlers []node
dstPortOff int
protocol uint64
connID uint64
}
func (ps *StackPort) Reset(protocol uint64, dstPortOffset int) {