]> git.sesse.net Git - cubemap/blobdiff - server.h
Enable RX support for kTLS.
[cubemap] / server.h
index 372799778f8411f42a95506e49ad0443175dcb8f..d6e6e618c1c296fa10187c7fbd4fedb7712d4f02 100644 (file)
--- a/server.h
+++ b/server.h
@@ -190,7 +190,7 @@ private:
        // Reads regular data fro ma socket. Returns -1 if the processing
        // should go to sleep (an error, or no data available yet), otherwise
        // the number of bytes read.
-       int read_nontls_data(Client *client, char *buf, size_t max_size);
+       int read_plain_data(Client *client, char *buf, size_t max_size);
 
        // Reads (decrypted) data from a TLS socket. Returns -1 if the processing
        // should go to sleep (an error, or no data available yet), otherwise