Comment on tracker.AnnounceRequest.Event
This commit is contained in:
parent
2c5eb2ae43
commit
7f6f921aa9
|
@ -13,11 +13,13 @@ type AnnounceRequest struct {
|
|||
Downloaded int64
|
||||
Left uint64
|
||||
Uploaded int64
|
||||
Event AnnounceEvent
|
||||
IPAddress int32
|
||||
Key int32
|
||||
NumWant int32 // How many peer addresses are desired. -1 for default.
|
||||
Port uint16
|
||||
// Apparently this is optional. None can be used for announces done at
|
||||
// regular intervals.
|
||||
Event AnnounceEvent
|
||||
IPAddress int32
|
||||
Key int32
|
||||
NumWant int32 // How many peer addresses are desired. -1 for default.
|
||||
Port uint16
|
||||
} // 82 bytes
|
||||
|
||||
type AnnounceResponse struct {
|
||||
|
|
Loading…
Reference in New Issue