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:
parent
6ed4d1d87d
commit
9b5ca03304
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue