Opened 2 years ago
Last modified 17 months ago
#2555 assigned enhancement
smarter udp-control scheduling
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.2 |
Component: | network | Version: | 3.0.x |
Keywords: | Cc: |
Description
Following up #2554.
Instead of calling schedule_control
with just a delay, add a callback to check if sending the 'udp-control' packet is still needed.
With out of order packets, we can just check if the missing packet has actually been received before sending.
Difficulty: need to keep all the delays and callbacks around so that if one is discarded we can check the next one.
Change History (2)
comment:1 Changed 21 months ago by
Milestone: | 4.1 → 4.2 |
---|---|
Status: | new → assigned |
comment:2 Changed 17 months ago by
Note: See
TracTickets for help on using
tickets.
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2555