Opened 18 months ago
Last modified 17 months ago
#2655 new enhancement
OMF: Remove MAX_VOLLEYS
Reported by: | jogger | Owned by: | zzz |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | router/transport | Version: | 0.9.43 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
This constant and the code controlled by it are useless, because they aim at a > 1000 sec message timeout while we fail out messages much earlier after 10 sec.
Change History (2)
comment:1 Changed 17 months ago by
comment:2 Changed 17 months ago by
Add a subticket #2657 (UDP transport: remove udp.sendAggressiveFailed stat).
Note: See
TracTickets for help on using
tickets.
I'm not inclined to rip this out, as other changes and related tickets, such as reducing MIN_RTO, could invalidate OP's assumption.