infodownloader

package
v0.8.7 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfoDownloader

type InfoDownloader struct {
	Peer  Peer
	Bytes []byte
	// contains filtered or unexported fields
}

InfoDownloader downloads all blocks of a piece from a peer.

func New

func New(pe Peer) *InfoDownloader

func (*InfoDownloader) Done

func (d *InfoDownloader) Done() bool

func (*InfoDownloader) GotBlock

func (d *InfoDownloader) GotBlock(index uint32, data []byte) error

func (*InfoDownloader) RequestBlocks

func (d *InfoDownloader) RequestBlocks(queueLength int)

type Peer added in v0.5.0

type Peer interface {
	MetadataSize() uint32
	RequestMetadataPiece(index uint32)
}

Jump to

Keyboard shortcuts

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