Opened 18 months ago
#2613 new defect
PeerState.java: locked_shouldSend() ignores THROTTLE_INITIAL_SEND
Reported by: | jogger | Owned by: | zzz |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | router/transport | Version: | 0.9.42 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
Easy to to see: the if clause after
if ( (max <= 0) && (!THROTTLE_INITIAL_SEND) ) {
is empty. ShouldSend?.NO would be the correct return as in the clause below. Possibly that was removed intentionally, then the comments for THROTTLE_INITIAL_SEND are wrong.
Subtickets
Note: See
TracTickets for help on using
tickets.