# Packages
No description provided by the author
# Functions
DialWithSplit returns a TCP connection that always splits the initial upstream segment.
DialWithSplitRetry returns a TCP connection that transparently retries by splitting the initial upstream segment if the socket closes without receiving a reply.
# Constants
DefaultTimeout is the value that will cause DialWithSplitRetry to use the system's default TCP timeout (typically 2-3 minutes).
# Structs
No description provided by the author
# Interfaces
DuplexConn represents a bidirectional stream socket.