mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
spice: sever: increase client timeout
Increase client timeout in order to prevent unnecessary disconnecting of client while the connection is over WAN. Tested by changing WinXP resolution (with desktop background) while connecting over WAN (1.5Mbit 150Kbit)
This commit is contained in:
parent
31dff987ec
commit
aa1481378f
@ -62,10 +62,10 @@
|
||||
#define CMD_RING_POLL_TIMEOUT 10 //milli
|
||||
#define CMD_RING_POLL_RETRIES 200
|
||||
|
||||
#define DETACH_TIMEOUT 4000000000 //nano
|
||||
#define DETACH_TIMEOUT 15000000000ULL //nano
|
||||
#define DETACH_SLEEP_DURATION 10000 //micro
|
||||
|
||||
#define DISPLAY_CLIENT_TIMEOUT 4000000000 //nano
|
||||
#define DISPLAY_CLIENT_TIMEOUT 15000000000ULL //nano
|
||||
#define DISPLAY_CLIENT_RETRY_INTERVAL 10000 //micro
|
||||
#define DISPLAY_MAX_SUB_MESSAGES 10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user