//
pkg.gl
Category
github.com/PacktPublishing/Hands-On-Systems-Programming-with-Go
Chapter09
socket
custom
common
package
0.0.0-20230130085129-71e9170c14f7
Repository:
https://github.com/packtpublishing/hands-on-systems-programming-with-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
63 SLOC
#
Functions
Checksum
Checksum returns a custom checksum for the given data.
CreateMessage
CreateMessage encodes the message.
MessageContent
MessageContent verifies a message and extracts its content.
#
Constants
ACK
Acknoledgement.
NACK
Acknoledgement.
#
Variables
ErrLength
ErrLength happens when message length is equal or over 256*256.
Sequence
Sequence used to start and end a message.