Documentation ¶
Index ¶
Constants ¶
View Source
const ( ChunkSize = 1024 * 1024 * 10 AckSlots = 3 HeadSize = int(unsafe.Sizeof(DownlodMsg{}) + unsafe.Sizeof(wire.Header{})) )
View Source
const ( Start byte = iota Ack Resend Pause Resume Stop // agent side control states File Folder Hash Finished // service states ReadyToGo Running Paused Done QueueFree )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Down ¶
type Down struct {
// contains filtered or unexported fields
}
Down is Downloader service
type DownlodMsg ¶
Click to show internal directories.
Click to hide internal directories.