Xpra: Ticket #2404: clipboard rate limitting

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.



Fri, 06 Sep 2019 12:28:17 GMT - Antoine Martin: status changed

And if we get a token back from the other end, we should cancel sending the token entirely! (after comparing timestamps)


Wed, 12 Feb 2020 05:18:59 GMT - Antoine Martin: milestone changed


Sat, 23 Jan 2021 05:50:23 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2404