package antireplay const ( DefaultMaxSize = 10 * 1024 * 1024 // 10mib DefaultErrorRate = 0.0001 )