summaryrefslogtreecommitdiff
path: root/src/saprus.zig
Commit message (Collapse)AuthorAge
* Need to flush io in release modepush-lwzrpknrlyroRobby Zambito8 days
|
* Nicer message for no responseRobby Zambito2025-04-06
|
* Handle network blocking wellRobby Zambito2025-04-06
|
* Don't use multi threading where it is not requiredRobby Zambito2025-04-06
|
* Last handshake packet uses non 8888 portRobby Zambito2025-04-06
|
* Complete the handshakeRobby Zambito2025-04-06
|
* Receive and print the response from the sentinelRobby Zambito2025-04-06
|
* Initial awaiting for handshake responseRobby Zambito2025-04-06
| | | | | seems like i might be getting my own initial connection? I get a response even without the sentinal running.
* Start proper connection handshakeRobby Zambito2025-04-06
|
* Move binary back to zaprusRobby Zambito2025-04-06
| | | | Also clean up the args for the aux functions by computing the type instead of passing it
* 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