Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.config
/
RateLimitConfig
/
RateLimitConfig
Rate
Limit
Config
constructor
(
handshakeConcurrentMax
:
Int
,
routingConcurrentMax
:
Int
,
connectionPerIp
:
RateLimitWindow
,
handshakePerIp
:
RateLimitWindow
,
streamsPerSession
:
RateLimitWindow
,
invalidPacketsPerSession
:
RateLimitWindow
)