[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.3'

Florian Forster octo at verplant.org
Sat Sep 6 11:22:32 CEST 2014


 src/network.c |  336 +++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 209 insertions(+), 127 deletions(-)

New commits:
commit 61adba6f19b8f6ec08b996f4b2ddc9d6fa5d7fc7
Author: Florian Forster <octo at collectd.org>
Date:   Sat Sep 6 10:58:45 2014 +0200

    network plugin: Improve client connecting behavior.
    
    This moves the socket creation logic so it's called from
    networt_send_buffer_plain(). This allows us to recover after network
    failures or when collectd was started before the network was available.
    
    Fixes: #627




More information about the collectd-changes mailing list