comparison finch/gntconn.c @ 19114:6de2e9ba0930

merge of '2970edca111b3535ae0703e3c866ad1c3b87df94' and 'a2b508e8680ac3f20965226a5dd83f7e2a3b15bb'
author Eric Polino <aluink@pidgin.im>
date Sun, 24 Jun 2007 02:56:09 +0000
parents b8572b937c09
children 44b4e8bd759b
comparison
equal deleted inserted replaced
19102:7f26e5b98b15 19114:6de2e9ba0930
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #include "finch.h"
26
25 #include "account.h" 27 #include "account.h"
26 #include "core.h" 28 #include "core.h"
27 #include "connection.c" 29 #include "connection.h"
28 #include "debug.h" 30 #include "debug.h"
29 #include "request.h" 31 #include "request.h"
30 32
31 #include "gntconn.h" 33 #include "gntconn.h"
32 #include "finch.h"
33 34
34 #define INITIAL_RECON_DELAY_MIN 8000 35 #define INITIAL_RECON_DELAY_MIN 8000
35 #define INITIAL_RECON_DELAY_MAX 60000 36 #define INITIAL_RECON_DELAY_MAX 60000
36 37
37 #define MAX_RECON_DELAY 600000 38 #define MAX_RECON_DELAY 600000