-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
detect wireless links #1860
Comments
2018-06-03 16:01:51: antoine commented
|
2018-06-03 17:48:03: antoine commented
|
Changed ticket title to reflect the work done here. This will do for now. |
To verify that this is working as intended, connect via a wireless link and check: $ xpra info | grep jitter
client.jitter=1000 The value for jitter should be non-zero for wireless links, and zero for ethernet. |
2018-06-13 11:18:39: stdedos commented
|
2018-06-13 11:19:15: stdedos uploaded file
|
2018-06-13 11:19:28: stdedos uploaded file
|
2018-06-13 13:37:37: antoine commented
|
2018-06-13 14:09:21: stdedos commented
|
2018-06-14 09:47:47: antoine commented
|
This can cause warnings to show up (#1855).
We should detect wifi connections and set a high jitter value, making us ignore late acks and adapting better.
server and win32 client code added in r19523.
Still TODO:
The text was updated successfully, but these errors were encountered: