Commit Graph

5 Commits

Author SHA1 Message Date
a8e633bd45 Write the header as a packed int
this seems like the best way to do it.
2025-04-05 13:09:42 -04:00
5bd92f7e81 Not using writer
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.
2025-04-05 01:24:35 -04:00
77e3399a49 Initial testing of connection message 2025-04-04 23:59:44 -04:00
9d38320897 Move sendRelay logic to Saprus struct 2025-04-04 22:54:06 -04:00
20816ab571 Move types to their own file
Make it so I can specify the payload message
2025-04-04 21:54:05 -04:00