Created
October 17, 2016 16:36
-
-
Save thatchrisblack/f25ea9e4fc0f4cbd49c6601b717d3624 to your computer and use it in GitHub Desktop.
Fix Synergy Lag on Macs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
El Capitan and Sierra are pretty agressive with putting the wifi interface in power saving modes. | |
Running the following code in Terminal has made running [Synergy](http://symless.com) over wifi useable for me. | |
ping -i 0.1 -s 0 $SYNERGY_SERVER_ADDRESS > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment