smartban

package
v1.43.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2022 License: MPL-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Block

type Block[Key any] struct {
	Key  Key
	Data []byte
}

type Cache

type Cache[Peer, BlockKey, Hash comparable] struct {
	Hash func([]byte) Hash
	// contains filtered or unexported fields
}

func (*Cache[Peer, BlockKey, Hash]) CheckBlock

func (me *Cache[Peer, BlockKey, Hash]) CheckBlock(key BlockKey, data []byte) (bad []Peer)

func (*Cache[Peer, BlockKey, Hash]) ForgetBlock

func (me *Cache[Peer, BlockKey, Hash]) ForgetBlock(key BlockKey)

func (*Cache[Peer, BlockKey, Hash]) Init

func (me *Cache[Peer, BlockKey, Hash]) Init()

func (*Cache[Peer, BlockKey, Hash]) RecordBlock

func (me *Cache[Peer, BlockKey, Hash]) RecordBlock(peer Peer, key BlockKey, data []byte)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL