[spice] turn on TCP_QUICKACK

https://assets.extrahop.com/whitepapers/TCP-Optimization-Guide-by-ExtraHop.pdf
This commit is contained in:
Geoffrey McRae
2020-01-11 16:03:28 +11:00
parent 5e915dd1ff
commit e554635e48
5 changed files with 12 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ struct AppState
bool drawCursor;
bool cursorInView;
bool updateCursor;
bool initialCursorSync;
float scaleX, scaleY;
float accX, accY;
int curLastX;