replayer

package
v2.0.0-...-acbaf60 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PendingQueueCapacity = 256
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ExampleReplayer

type ExampleReplayer struct {
	Retransmit bool  // need re-transmit
	Ack        int64 // ack number
	// contains filtered or unexported fields
}

func NewExampleReplayer

func NewExampleReplayer(id int) *ExampleReplayer

func (*ExampleReplayer) GetAcked

func (er *ExampleReplayer) GetAcked() int64

func (*ExampleReplayer) Sync

func (er *ExampleReplayer) Sync(message *tunnel.TMessage, completion func()) int64

* Receiver message and do the following steps: * 1. if we need re-transmit, this log will be discard * 2. validate the checksum * 3. decompress * 4. put message into channel * Generally speaking, do not modify this function.

type MessageWithCallback

type MessageWithCallback struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL