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.