From 36031f82ed40d7c1e0ef9db758898427b14e3c64 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 9 Jun 2007 01:06:10 +0000 Subject: [PATCH] updated peer_info documentation --- docs/manual.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;