DropSourceIP 丢弃某个源IP数据 ip 要封禁的IP timeoutSeconds 过期时间 async 是否异步
(ip string, timeoutSeconds int, async bool)
| 27 | // timeoutSeconds 过期时间 |
| 28 | // async 是否异步 |
| 29 | DropSourceIP(ip string, timeoutSeconds int, async bool) error |
| 30 | |
| 31 | // RemoveSourceIP 删除某个源IP |
| 32 | RemoveSourceIP(ip string) error |
no outgoing calls
no test coverage detected