Try to process all pending events after select().
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 28 Feb 2018 20:28:16 +0000 (21:28 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 28 Feb 2018 20:28:16 +0000 (21:28 +0100)
If we break out of the loop every time at the first filedescriptor that
is read/writeable, we risk starving the other filedescriptors.


No differences found