Documentation ¶
Overview ¶
Package chopper helps splitting messages into smaller pieces and reassemble them
Index ¶
Constants ¶
View Source
const ( // MaxNChunks maximum number of chunks. MaxNChunks = math.MaxUint16 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Chopper ¶
type Chopper struct {
// contains filtered or unexported fields
}
Chopper handles the splitting and joining of large messages.
Click to show internal directories.
Click to hide internal directories.