smartban

package
v1.78.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: MPL-2.0 Imports: 3 Imported by: 0

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]) ForgetBlockSeq

func (me *Cache[Peer, BlockKey, Hash]) ForgetBlockSeq(seq iter.Seq[BlockKey])

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

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

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

func (me *Cache[Peer, BlockKey, Hash]) HasPeerForBlocks(seq iter.Seq[BlockKey]) bool

Returns whether any block in the sequence has at least one peer recorded.

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