#3687 closed Enhancement (fixed)
The V=XXXX key/val pair in our DHT messages seems to have no purpose
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 2.12 |
Component: | Transmission | Version: | 2.11 |
Severity: | Minor | Keywords: | backport-2.0x |
Cc: |
Description
I know of no client software that uses it, and it's not listed in the DHT spec. All in all it appears to be a minor waste of code and bandwidth, and should be removed.
Change History (6)
comment:1 Changed 12 years ago by charles
- Summary changed from The V=XXXX key/val pair in our DHT messages has no purpose and should be removed to The V=XXXX key/val pair in our DHT messages seems to have no purpose
comment:2 Changed 12 years ago by charles
- Owner set to charles
- Status changed from new to assigned
comment:3 Changed 12 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 12 years ago by charles
- Keywords backport-2.0x added
comment:5 Changed 12 years ago by charles
backported to 2.0x by r11483
comment:6 Changed 8 years ago by cfpp2p
The v extension is for debugging dht. http://www.rasterbar.com/products/libtorrent/dht_extensions.html
It's still available, and implemented in third party dht.c if you want to have it. https://github.com/jech/dht/commit/6e32ed06aa79432fd4def392fbbd2989ea8ceea4
Note: See
TracTickets for help on using
tickets.
Fixed in trunk for r11359