Displaying 1 result from an estimated 1 matches for "block_mask".
2011 May 29
2
nearly-tickless-tinc
Hi,
tinc has a fixed timeout of 1 second for select() in the main
loop. I think this could be improved. Do you think the following
patch goes into the right direction ?
I don't know whether pselect() is standard enough (works under
"current" linux, however I don't know about the other arches). Maybe
a config option is necessary.
It's probably possible