From 9b5ca03304416152957a6f3bbe1db0446d602cd1 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 29 May 2010 19:02:35 +0000 Subject: [PATCH] updated "added.f" documentation based on alus' post @ http://forum.bittorrent.org/viewtopic.php?pid=1024#p1024 --- doc/extended-messaging.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/extended-messaging.txt b/doc/extended-messaging.txt index ee88528f8..7a46dd400 100644 --- a/doc/extended-messaging.txt +++ b/doc/extended-messaging.txt @@ -46,8 +46,12 @@ bencoded dictionary with the following keys: added.f string, one byte of flags for each peer in the above added string. according to libtorrent's ut_pex.c: - 0x01 - peer supports encryption - 0x02 - peer is a seed or a partial seed + + 1: encryption + 2: seed/upload_only + 4: uTP support + 8: holepunch support + 16: outgoing connection (implies peer is connectible) dropped same format as added, contains peers dropped since last peer exchange -- 2.40.0