Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultBackoff is the default backoff used when dialing and serving // a connection. DefaultBackoff = wait.Backoff{ Steps: 5, Duration: 100 * time.Millisecond, Factor: 2.0, Jitter: 0.1, } )
Functions ¶
func GetNetRoutes ¶
func GetUserAndHostname ¶
func GetUserAndHostname() string
func NewClientTracer ¶
func NewClientTracer(logger *zerolog.Logger, index uint8) func(context.Context, logging.Perspective, logging.ConnectionID) *logging.ConnectionTracer
Types ¶
type Dialer ¶
type Dialer struct {
// contains filtered or unexported fields
}
func (*Dialer) ProcessConnection ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ProcessConnection ¶
func (*Server) StartHandshake ¶
Click to show internal directories.
Click to hide internal directories.