package
3.6.0-alpha.0
Repository: https://github.com/etcd-io/etcd.git
Documentation: pkg.go.dev

# Functions

NewListener returns a listener for raft message transfer between peers.
NewRoundTripper returns a roundTripper used to send requests to rafthttp listener of remote peers.

# Constants

ConnReadTimeout and ConnWriteTimeout are the i/o timeout set on each connection rafthttp pkg creates.
RoundTripperNameRaftMessage is the name of round-tripper that sends all other Raft messages, other than "snap.Message".
RoundTripperNameSnapshot is the name of round-tripper that sends merged snapshot message.

# Variables

# Structs

Transport implements Transporter interface.

# Interfaces

Pausable is a testing interface for pausing transport traffic.