Versions in this module Expand all Collapse all v1 v1.3.2 May 31, 2023 v1.3.1 May 31, 2023 v1.3.0 May 31, 2023 Changes in this version + type Socket interface + Close func() + GetAddr func() tcpip.Address + GetNotify func() chan struct{} + GetQueue func() *waiter.Queue + GetRemoteAddr func() *tcpip.FullAddress + Read func() ([]byte, error) + Readn func(p []byte) (int, error) + Write func(buf []byte) error