mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
add PENDING_TIMEOUT_USER_REASON_BASE
This commit is contained in:
parent
6750365393
commit
69e4433f4e
1 changed files with 2 additions and 0 deletions
|
@ -3891,6 +3891,8 @@ enum pending_timeout {
|
|||
PENDING_TIMEOUT_HOLDING_AH = 25,
|
||||
|
||||
/****** add new things just above ---^ ******/
|
||||
|
||||
PENDING_TIMEOUT_USER_REASON_BASE = 1000
|
||||
};
|
||||
|
||||
#define LWS_TO_KILL_ASYNC -1
|
||||
|
|
Loading…
Add table
Reference in a new issue