mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-03-31 12:31:58 +03:00
Add server-side NOOP upload for connection keepalive
This commit is contained in:
@ -38,6 +38,8 @@
|
||||
|
||||
// The number of allowable NOOP
|
||||
#define MAX_NOOP_PER_SESSION 30
|
||||
#define NOOP 1
|
||||
#define NOOP_IGNORE 2 // A noop, but don't send a response noop
|
||||
|
||||
// VALUE object
|
||||
struct VALUE
|
||||
|
||||
Reference in New Issue
Block a user