Opened 3 years ago
Last modified 16 months ago
#2404 assigned enhancement
clipboard rate limitting
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | clipboard | Version: | 3.0.x |
Keywords: | Cc: |
Description
We should be able to delay the clipboard packets and only send the latest token.
ie: when the user is changing the primary selection by moving the mouse we can easily get 30+ requests per second.
We should queue them up and replace all the token packets with the latest one.
Change History (3)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:2 Changed 2 years ago by
Milestone: | 4.0 → 5.0 |
---|
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2404
Note: See
TracTickets for help on using
tickets.
And if we get a token back from the other end, we should cancel sending the token entirely! (after comparing timestamps)