mirror of
https://github.com/soypat/lneto.git
synced 2026-08-13 11:23:42 +00:00
22c7e6c9d8
* fix: StackBerkeley Bind/Listen/Connect and StackGo dial support - Bind now stores the bound address; Listen and Connect forward it to the gostack so the local port reaches SocketNetip. - Fix StackGo.Socket parsing laddr/raddr instead of zero-value locals. - Fix inverted isvalid() checks in StackBerkeley.Close causing nil deref. - Auto-assign ephemeral port for outbound dial connections in SocketNetip. - Configure tcp.Conn with TX/RX buffers before DialTCP; add DialConfig fields to StackGoConfig. Signed-off-by: deadprogram <ron@hybridgroup.com> * use already existing poolconfig for new tcp config --------- Signed-off-by: deadprogram <ron@hybridgroup.com> Co-authored-by: Patricio Whittingslow <graded.sp@gmail.com>