mirror of
https://github.com/go-i2p/go-limit.git
synced 2025-06-07 18:24:25 -04:00
7 lines
89 B
Go
7 lines
89 B
Go
package limitedlistener
|
|
|
|
type LimitedConfig struct {
|
|
MaxConns int
|
|
RateLimit float64
|
|
}
|