summaryrefslogtreecommitdiffstats
path: root/src/build.h.in
AgeCommit message (Collapse)Author
2015-11-18Unify periodic handshakes and peer maintenanceMatthias Schiffer
2015-11-17Use task queue for peer resets and keepalivesMatthias Schiffer
This makes it unnecessary to iterate over all peers for maintenance, and desynchronizes different peers' keepalives.
2015-10-20Improve include_directories to prevent conflicts between system and fastd ↵Matthias Schiffer
headers In in-tree builds, fastd's poll.h was conflicting with the system one on non-Linux systems.