github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/common/antireplay/antireplay.go (about) 1 package antireplay 2 3 type GeneralizedReplayFilter interface { 4 Interval() int64 5 Check(sum []byte) bool 6 }