updated peer_info documentation

This commit is contained in:
Arvid Norberg 2007-06-09 01:06:10 +00:00
parent 2419ba83da
commit 36031f82ed
1 changed files with 5 additions and 2 deletions

View File

@ -1990,7 +1990,11 @@ It contains the following fields::
local_connection = 0x20,
handshake = 0x40,
connecting = 0x80,
queued = 0x100
queued = 0x100,
on_parole = 0x200,
seed = 0x400,
rc4_encrypted = 0x800,
plaintext_encrypted = 0x1000
};
unsigned int flags;
@ -2014,7 +2018,6 @@ It contains the following fields::
size_type total_upload;
peer_id pid;
std::vector<bool> pieces;
bool seed;
int upload_limit;
int download_limit;