1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 00:04:06 +00:00

updated "added.f" documentation based on alus' post @ http://forum.bittorrent.org/viewtopic.php?pid=1024#p1024

This commit is contained in:
Charles Kerr 2010-05-29 19:02:35 +00:00
parent 6ed4d1d87d
commit 9b5ca03304

View file

@ -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