aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-13 02:37:33 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-13 02:37:33 -0400
commitfc503a1093f3d971e1bc2082122031a0761bd9ed (patch)
tree1de455d23a446236f2f50ac1f5090a3c046b1315 /src/irc.h
parent8b76e79585aa1ed0a3bc4c1708f2d270aac239fc (diff)
downloadfujinet-chat-fc503a1093f3d971e1bc2082122031a0761bd9ed.tar.gz
On disconnect or connect fail, sleep between retries, incremental backoff timer.
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc.h b/src/irc.h
index 203f4dc..14c66aa 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -10,6 +10,7 @@ extern unsigned short rxbuflen;
extern unsigned char err;
extern unsigned char trip;
extern char hz;
+extern char reconnect_timeout;
extern unsigned int txbuflen;
extern char *tx_buf;