summaryrefslogtreecommitdiff
path: root/src/saprus_message.zig
Commit message (Collapse)AuthorAge
* Write the header as a packed intRobby Zambito13 days
| | | | this seems like the best way to do it.
* Not using writerRobby Zambito13 days
| | | | | Use direct mem copying into the buf instead of writing to it with the writer interface. Probably better to use the writer actually, since this suffers from the same issue with the extra two null bytes.
* Initial testing of connection messageRobby Zambito13 days
|
* Move sendRelay logic to Saprus structRobby Zambito13 days
|
* Move types to their own fileRobby Zambito13 days
Make it so I can specify the payload message