Add timeattack detector

This commit is contained in:
9seconds
2021-03-18 11:07:51 +03:00
parent 172b596cf1
commit f3112d4ba6
7 changed files with 124 additions and 12 deletions
+7 -6
View File
@@ -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