comm

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2023 License: Apache-2.0 Imports: 0 Imported by: 5

Documentation

Index

Constants

View Source
const (
	// control message type
	ControlTypeHeader = "header"
	ControlTypeConfig = "config"
	ControlTypePing   = "ping"
	ControlTypePong   = "pong"

	// control message action
	ControlActionHeader = "/control/header"
	ControlActionConfig = "/control/config"
	ControlActionPing   = "/control/ping"
	ControlActionPong   = "/control/pong"

	// response type
	RespTypeAck  = "ack"
	RespTypeNack = "nack"

	// the max size of message fifo
	MessageFiFoSizeMax = 100

	// MaxReadLength is the max length of http response body
	MaxReadLength = 1 << 20 // 1 MiB
)
View Source
const (
	StatusCodeNoError = 0

	StatusCodeFreeStream = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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