Opened 12 years ago
Closed 12 years ago
#1622 closed Bug (fixed)
connectivity problems in 1.41 beta 4
Reported by: | charles | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | libtransmission | Version: | 1.41 |
Severity: | Major | Keywords: | |
Cc: |
Description
1.41 beta 4 has regressions that make peer connectivity difficult. The peer IO driven by tr_bandwidthAllocate() can consume all of the data that a peer is ready to send or receive. This by itself is good, but iobuf needs to reset its read/write timer when this happens. Otherwise, a perfectly good peer may seem to iobuf to be nonresponsive, and time out, causing Transmission to disconnect the peer.
Change History (2)
comment:1 Changed 12 years ago by charles
- Owner set to charles
- Status changed from new to assigned
comment:2 Changed 12 years ago by charles
- Component changed from Transmission to libtransmission
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
trunk: r7441, r7442
1.4x: r7455