# Functions
NewConnectionPool creates new ConnectionPool.
# Structs
ConnectionPool stores all net.Connections and make them available to all users of net.Connection.
# Type aliases
DialFunc is a function used to create an authenticated connection.