search for: build_fdset

Displaying 2 results from an estimated 2 matches for "build_fdset".

1999 Oct 25
1
Bugje in tinc
Hi Ivo, A2000 smtp says iname.com is on its blacklist, and icicle.yi.org is bouncing my emails: in: function build_fdset() status.active should be status.dataopen Greetz -- hansb - Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://ftp.nl.linux.org/pub/linux/tinc/
2007 Feb 13
2
[PATCH] Eternal flush, memory leaks
...nnection() event there. It calls do_outgoing_connection(), which on resolve failure calls retry_outgoing(), which adds another setup_outgoing_connection() event. Events are added as fast as they are taken away, and the flush never terminates. And apparently connections are only removed in build_fdset() and terminate_connection(), which aren't getting called in this tight loop. I've attached a patch (tinc-1.0.7-flushfix.patch) that only flushes events that already exist. I've also attached a patch (flush-1.0.7- leaks.patch) that fixes a couple minor memory leaks I spotted in...