Opened 5 years ago
Last modified 4 years ago
#6156 new Bug
LPD
Reported by: | tototo | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | libtransmission | Version: | 2.92 |
Severity: | Normal | Keywords: | lpd |
Cc: |
Description
Hello!
Seems like your realisation of LPD a bit out of specs. Accroding to BEP14 announces can hold multiple hashes.
http://www.bittorrent.org/beps/bep_0014.html
'tr-lpd.c' in function 'tr_lpdConsiderAnnounce' you limit hashe size by 40
Change History (2)
comment:1 Changed 5 years ago by cfpp2p
comment:2 Changed 4 years ago by tototo
It can be comma separated or multiple lines:
Note: See
TracTickets for help on using
tickets.
It does not create a problem on outgoing announces. On incoming announces only the first infohash is used.