Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrExpectDHeader :) ErrExpectDHeader = errors.New("Expected D as first byte in reply") // ErrExpectPVHeader :) ErrExpectPVHeader = errors.New("Expected protocal version as first byte in reply") // ErrRespIncomplete :) ErrRespIncomplete = errors.New("Expected a longer response than actually got") // ErrUnknownResp :) ErrUnknownResp = errors.New("Unknown RPC response") // ErrRPCEvent :) ErrRPCEvent = errors.New("Unexpected RPC Event message") // ErrAddFail :) ErrAddFail = errors.New("Failed to add torrent file after 3 tries") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.