package
0.4.0
Repository: https://github.com/darthpestilane/easytcp.git
Documentation: pkg.go.dev

# Structs

CustomPacker treats packet as: totalSize(4)|idSize(2)|id(n)|data(n) | segment | type | size | remark | | ----------- | ------ | ------- | --------------------- | | `totalSize` | uint32 | 4 | the whole packet size | | `idSize` | uint16 | 2 | length of id | | `id` | string | dynamic | | | `data` | []byte | dynamic | |.
No description provided by the author
No description provided by the author