github.com/sagernet/sing@v0.2.6/common/replay/filter.go (about) 1 package replay 2 3 type Filter interface { 4 Check(sum []byte) bool 5 }