maxLifetime impl. WIP, waiting for uSockets bump

This commit is contained in:
Alex Hultman
2022-12-27 15:17:07 +01:00
parent 27d93c8d0c
commit b647f20a6d
4 changed files with 19 additions and 2 deletions
+1
View File
@@ -76,6 +76,7 @@ public:
bool closeOnBackpressureLimit;
bool resetIdleTimeoutOnSend;
bool sendPingsAutomatically;
unsigned short maxLifetime;
/* These are calculated on creation */
std::pair<unsigned short, unsigned short> idleTimeoutComponents;