handle clientsynseg

This commit is contained in:
soypat
2025-02-13 23:19:19 -03:00
parent bbd74d04d8
commit 6b91d8e510
3 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
err = pStack.handler.Open(tcp.StateListen, gen.DstTCP, gen.SrcTCP, iss)
err = pStack.handler.Open(gen.DstTCP, iss)
if err != nil {
log.Fatal(err)
}