Home
last modified time | relevance | path

Searched refs:sourceRateLimiter (Results 1 – 1 of 1) sorted by relevance

/dports/ftp/sftpgo/sftpgo-2.2.0/common/
H A Dratelimiter.go113 buckets: make(map[string]sourceRateLimiter),
174 type sourceRateLimiter struct { struct
179 func (s *sourceRateLimiter) updateLastActivity() { argument
183 func (s *sourceRateLimiter) getLastActivity() int64 { argument
189 buckets map[string]sourceRateLimiter
212 src := sourceRateLimiter{