doc updates

This commit is contained in:
Pin
2023-03-17 22:21:54 -04:00
parent 13790469a7
commit a3fab879a0
3 changed files with 17 additions and 24 deletions

View File

@@ -72,7 +72,8 @@ func (c* SocketCall)init(data string) {
DstPort: 6767,
}
saprus := structs.SaprusHeaderFrame{
MagicNumber: 132,
PacketType: 10,
Length: uint16(len(data)),
Payload: []byte(data),
}