Changeset 7196
- Timestamp:
- Nov 30, 2008, 1:15:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/extended-messaging.txt
r3237 r7196 29 29 dictionary. If the uTorrent peer has pex disabled, this key 30 30 will not be present. Exchanges messages should be sent approximately 31 once every minute. The payload of a peer exchange message is a 31 once every minute when peers have been added or dropped. 32 33 If peers have not been added or dropped, uTorrent does not send 34 the periodic PEX message. If uTorrent 1.8.1 recieves an "empty" 35 pex message from Transmission 1.40, it appears to interpret this 36 as an invalid message and disconnect from Transmission. 37 38 The payload of a peer exchange message is a 32 39 bencoded dictionary with the following keys: 33 40 … … 41 48 according to libtorrent's ut_pex.c: 42 49 0x01 - peer supports encryption 43 0x02 - peer is a seed 50 0x02 - peer is a seed or a partial seed 44 51 45 52 dropped
Note: See TracChangeset
for help on using the changeset viewer.