Commit Graph

11 Commits

Author SHA1 Message Date
ab793f69d1 Handle network blocking well 2025-04-06 11:03:50 -04:00
c0c7b505e9 Don't use multi threading where it is not required 2025-04-06 10:54:01 -04:00
473fffdc03 Last handshake packet uses non 8888 port 2025-04-05 23:46:55 -04:00
2ca078a949 Complete the handshake 2025-04-05 23:27:28 -04:00
de1c34608a Receive and print the response from the sentinel 2025-04-05 23:23:42 -04:00
dc805e4f31 Initial awaiting for handshake response
seems like i might be getting my own initial connection?
I get a response even without the sentinal running.
2025-04-05 22:38:39 -04:00
34b7305d13 Start proper connection handshake 2025-04-05 21:24:02 -04:00
ba20aab4c8 Move binary back to zaprus
Also clean up the args for the aux functions by computing the type instead of passing it
2025-04-05 17:49:24 -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