Nearly tickless tinc.
authorLoïc Grenié <loic.grenie@gmail.com>
Sat, 4 Jun 2011 07:05:23 +0000 (09:05 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Jun 2011 09:19:46 +0000 (11:19 +0200)
commit50af33d01f425983dd2b1d7b61092a6325be3f41
treea8421dbc7fe4b822a48798e6068aea8f42bdb14e
parent64771f73ebbff04262defcde59263e98f89f0fa1
Nearly tickless tinc.

Use pselect instead of select in main_loop (if available). This lets
tincd sleeps as long as there is nothing to do.
configure.in
src/event.c
src/event.h
src/net.c
src/net_packet.c
src/protocol.c
src/route.c