Various bugfixes

This commit is contained in:
2025-07-12 23:50:53 -04:00
parent 74d4302075
commit c1d9a3a8b4
9 changed files with 47 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ class TCPServer : IRPCServer {
public:
TCPServer(int port, const std::shared_ptr<PtrQueue<std::vector<uint8_t>>>& rx_queue);
~TCPServer();
int send_msg(char* buffer, size_t length) const;
int send_msg(char* buffer, uint32_t length) const;
private:
bool authenticate_client(int client_sock);