#1474 closed Bug (fixed)
lazy bitfields don't work quite right in 1.40
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.41 |
Component: | libtransmission | Version: | 1.40 |
Severity: | Major | Keywords: | |
Cc: |
Description (last modified by charles)
There is a bug in our lazy bitfields implementation that can mis-send a `HAVE' message for a piece we don't have.
This isn't the end of the world, but it is sloppy and could also appear suspicous to peers when we request pieces that we already have.
The only release this bug affects is 1.40.
Change History (4)
comment:1 Changed 12 years ago by charles
- Status changed from new to assigned
comment:2 Changed 12 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 12 years ago by charles
- Description modified (diff)
- Severity changed from Major to Normal
comment:4 Changed 12 years ago by charles
- Severity changed from Normal to Major
Note: See
TracTickets for help on using
tickets.
fixed in r7119.