summaryrefslogtreecommitdiff
path: root/src/saprus.zig
Commit message (Collapse)AuthorAge
* Not using writerRobby Zambito2025-04-06
| | | | | 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 Zambito2025-04-06
|
* Move sendRelay logic to Saprus structRobby Zambito2025-04-06