]> git.sesse.net Git - cubemap/blobdiff - client.h
Fix timeout behavior with persistent connections.
[cubemap] / client.h
index c18df4aaa06eed0a49f1241240c92581fd64615f..858197fdcc457dd19a73d5ffb66af50bff5cf5f2 100644 (file)
--- a/client.h
+++ b/client.h
@@ -42,7 +42,7 @@ struct Client {
        // The file descriptor associated with this socket.
        int sock;
 
-       // When the client connected, in terms of CLOCK_MONOTONIC_COARSE.
+       // When the client connected (or went into keepalive), in terms of CLOCK_MONOTONIC_COARSE.
        timespec connect_time;
 
        // Some information only used for logging.