API touch ups

This commit is contained in:
Patricio Whittingslow
2026-05-14 12:59:57 -03:00
parent 9fcb7e9b52
commit d010e6a7e9
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ func (s StackGo) SocketNetip(ctx context.Context, network string, family, sotype
if err != nil {
return nil, err
}
err = s.blk.async.RegisterListener(&l.l)
err = s.blk.async.RegisterListenerTCP(&l.l)
if err != nil {
return nil, err
}