begin add tcp.Handler tests

This commit is contained in:
soypat
2025-02-15 11:15:19 -03:00
parent 6b91d8e510
commit 2e823c0fd5
5 changed files with 148 additions and 25 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
err = pStack.handler.Open(gen.DstTCP, iss)
err = pStack.handler.OpenListen(gen.DstTCP, iss)
if err != nil {
log.Fatal(err)
}