| Modifier and Type | Field and Description |
|---|---|
static int |
HELLO_DEADLINE_MS
Deadline, in milliseconds, that UA Hello message must be received within before the channel is closed.
|
static boolean |
RATE_LIMIT_ENABLED
Allows rate limiting to be disabled stack-wide.
|
static int |
RATE_LIMIT_MAX_ATTEMPTS
Maximum number of connect attempts per
RATE_LIMIT_WINDOW_MS. |
static int |
RATE_LIMIT_MAX_CONNECTIONS
The maximum number of connections allowed in total (any remote address, not including localhost).
|
static int |
RATE_LIMIT_MAX_CONNECTIONS_PER_ADDRESS
The maximum number of connections allowed from any 1 remote address.
|
static int |
RATE_LIMIT_WINDOW_MS
The window of time over which connect attempts will be counted for rate limiting.
|
public static volatile int HELLO_DEADLINE_MS
public static boolean RATE_LIMIT_ENABLED
public static int RATE_LIMIT_MAX_ATTEMPTS
RATE_LIMIT_WINDOW_MS.public static int RATE_LIMIT_WINDOW_MS
public static int RATE_LIMIT_MAX_CONNECTIONS
public static int RATE_LIMIT_MAX_CONNECTIONS_PER_ADDRESS
Copyright © 2025. All rights reserved.