Documentation ¶
Overview ¶
Package tcp provides the internode communication network layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct {
// contains filtered or unexported fields
}
Transport is the network layer for internode communications.
func NewTLSTransport ¶
NewTLSTransport returns an initialized TLS-ecrypted Transport.
func NewTransport ¶
func NewTransport() *Transport
NewTransport returns an initialized unecrypted Transport.
Click to show internal directories.
Click to hide internal directories.