mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Add timeattack detector
This commit is contained in:
@@ -3,12 +3,13 @@ package mtglib
|
||||
import "time"
|
||||
|
||||
type ProxyOpts struct {
|
||||
Secret Secret
|
||||
Network Network
|
||||
AntiReplayCache AntiReplayCache
|
||||
IPBlocklist IPBlocklist
|
||||
EventStream EventStream
|
||||
Logger Logger
|
||||
Secret Secret
|
||||
Network Network
|
||||
AntiReplayCache AntiReplayCache
|
||||
TimeAttackDetector TimeAttackDetector
|
||||
IPBlocklist IPBlocklist
|
||||
EventStream EventStream
|
||||
Logger Logger
|
||||
|
||||
BufferSize uint
|
||||
Concurrency uint
|
||||
|
||||
Reference in New Issue
Block a user