Documentation
¶
Index ¶
- Constants
- func ListenInterruptableViaTcp4(ctx context.Context, handler func(*net.Conn), port uint)
- func ListenViaTcp4(handler func(*net.Conn), port uint)
- func ReadFuncTcp4(conn *net.Conn) ([]byte, error)
- func RequestViaTcp4(address string, port uint, handler func(*net.Conn, uint, []byte), method uint, ...)
- func WriteFuncTcp4(conn *net.Conn, data []byte) error
Constants ¶
View Source
const DefaultTcpBufferSize = 1024
Variables ¶
This section is empty.
Functions ¶
func ListenViaTcp4 ¶
func RequestViaTcp4 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.