mirror of
https://github.com/soypat/lneto.git
synced 2026-08-21 06:59:04 +00:00
API touch ups
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user