Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LossPatternClient ¶
type LossPatternClient struct { SendInterval int Size int SendSum int // contains filtered or unexported fields }
func NewLossPatternClient ¶
func NewLossPatternClient(conn net.Conn) *LossPatternClient
func (*LossPatternClient) Receive ¶
func (lpc *LossPatternClient) Receive()
func (*LossPatternClient) Send ¶
func (lps *LossPatternClient) Send()
type LossPatternServer ¶
type LossPatternServer struct { SendInterval int Size int SendSum int // contains filtered or unexported fields }
func NewLossPatternServer ¶
func NewLossPatternServer(conn net.Conn) *LossPatternServer
func (*LossPatternServer) Receive ¶
func (lpc *LossPatternServer) Receive()
func (*LossPatternServer) Send ¶
func (lps *LossPatternServer) Send()
type LossPatternSignal ¶
Click to show internal directories.
Click to hide internal directories.