Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move binary back to zaprus | Robby Zambito | 13 days |
| | | | | Also clean up the args for the aux functions by computing the type instead of passing it | ||
* | Correctly handle the endiness and packedness of the the header reading and ↵ | Robby Zambito | 13 days |
| | | | | writing | ||
* | Write the header as a packed int | Robby Zambito | 13 days |
| | | | | this seems like the best way to do it. | ||
* | Not using writer | Robby Zambito | 13 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 message | Robby Zambito | 13 days |
| | |||
* | Move sendRelay logic to Saprus struct | Robby Zambito | 13 days |
| | |||
* | Move types to their own file | Robby Zambito | 13 days |
Make it so I can specify the payload message |