Home
last modified time | relevance | path

Searched defs:DynamicBanScore (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/connmgr/
H A Ddynamicbanscore.go63 type DynamicBanScore struct { struct
64 lastUnix int64
65 transient float64
66 persistent uint32
67 mtx sync.Mutex
71 func (s *DynamicBanScore) String() string {
83 func (s *DynamicBanScore) Int() uint32 {
94 func (s *DynamicBanScore) Increase(persistent, transient uint32) uint32 {
104 func (s *DynamicBanScore) Reset() {
117 func (s *DynamicBanScore) int(t time.Time) uint32 {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/connmgr/
H A Ddynamicbanscore.go63 type DynamicBanScore struct { struct
64 lastUnix int64
65 transient float64
66 persistent uint32
67 mtx sync.Mutex
71 func (s *DynamicBanScore) String() string {
83 func (s *DynamicBanScore) Int() uint32 {
94 func (s *DynamicBanScore) Increase(persistent, transient uint32) uint32 {
104 func (s *DynamicBanScore) Reset() {
117 func (s *DynamicBanScore) int(t time.Time) uint32 {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/connmgr/
H A Ddynamicbanscore.go63 type DynamicBanScore struct { struct
64 lastUnix int64
65 transient float64
66 persistent uint32
67 mtx sync.Mutex
71 func (s *DynamicBanScore) String() string {
83 func (s *DynamicBanScore) Int() uint32 {
94 func (s *DynamicBanScore) Increase(persistent, transient uint32) uint32 {
104 func (s *DynamicBanScore) Reset() {
117 func (s *DynamicBanScore) int(t time.Time) uint32 {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/connmgr/
H A Ddynamicbanscore.go63 type DynamicBanScore struct { struct
64 lastUnix int64
65 transient float64
66 persistent uint32
67 mtx sync.Mutex
71 func (s *DynamicBanScore) String() string {
83 func (s *DynamicBanScore) Int() uint32 {
94 func (s *DynamicBanScore) Increase(persistent, transient uint32) uint32 {
104 func (s *DynamicBanScore) Reset() {
117 func (s *DynamicBanScore) int(t time.Time) uint32 {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/connmgr/
H A Ddynamicbanscore.go63 type DynamicBanScore struct { struct
64 lastUnix int64
65 transient float64
66 persistent uint32
67 mtx sync.Mutex
71 func (s *DynamicBanScore) String() string {
83 func (s *DynamicBanScore) Int() uint32 {
94 func (s *DynamicBanScore) Increase(persistent, transient uint32) uint32 {
104 func (s *DynamicBanScore) Reset() {
117 func (s *DynamicBanScore) int(t time.Time) uint32 {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/connmgr/
H A Ddynamicbanscore.go63 type DynamicBanScore struct { struct
64 lastUnix int64
65 transient float64
66 persistent uint32
67 mtx sync.Mutex
71 func (s *DynamicBanScore) String() string {
83 func (s *DynamicBanScore) Int() uint32 {
94 func (s *DynamicBanScore) Increase(persistent, transient uint32) uint32 {
104 func (s *DynamicBanScore) Reset() {
117 func (s *DynamicBanScore) int(t time.Time) uint32 {
[all …]