//
pkg.gl
Category
github.com/sillyhatxu/go-utils
tcpclient
package
1.0.1
Repository:
https://github.com/sillyhatxu/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
202 SLOC
#
Functions
Dial
Dial returns a new net.Conn.
DialTCP
DialTCP returns a new *TCPClient.
#
Constants
ErrMaxRetries
ErrMaxRetries is returned when the called function failed after the maximum number of allowed tries.
#
Structs
TCPClient
TCPClient provides a TCP connection with auto-reconnect capabilities.
#
Type aliases
Error
No description provided by the author