]> Pileus Git - ~andy/fetchmail/commit
Track due time and prevent excess repelling idle
authorAndy Spencer <andy753421@gmail.com>
Mon, 15 Jul 2013 02:31:48 +0000 (02:31 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 15 Jul 2013 02:31:48 +0000 (02:31 +0000)
commit48f9526e708d994d1b019a93b8c9cc7c516a1a00
tree8893d91ffa5b8e116f01d80c536ca598f855c1da
parent80f5ab43e00039ef46e5f7ae6e95859317446515
Track due time and prevent excess repelling

When we wakeup due to idle data available, we just want to poll the
connections with data, not all the connections. This prevents polling
everything by tracking when the full poll is needed.
fetchmail.c
idle.c