diff --git a/docs/manual.rst b/docs/manual.rst index db4a7218b..0f4581788 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -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 pieces; - bool seed; int upload_limit; int download_limit;