diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-02 13:22:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-02 13:22:23 +0000 |
commit | 2b2cdb5a6c2e8659771451571c77844488c6fa92 (patch) | |
tree | 003a80adf06626daaa4effa81fe63a50383642b0 /syslogd.h | |
parent | 9f7b03b801ed82e499666e5c29b4dda094fb1d57 (diff) | |
download | rsyslog-2b2cdb5a6c2e8659771451571c77844488c6fa92.tar.gz rsyslog-2b2cdb5a6c2e8659771451571c77844488c6fa92.tar.xz rsyslog-2b2cdb5a6c2e8659771451571c77844488c6fa92.zip |
added tryResume() API to module interface
Diffstat (limited to 'syslogd.h')
-rw-r--r-- | syslogd.h | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -41,23 +41,6 @@ #define MAXLINE 2048 /* maximum line length */ -#ifdef SYSLOG_INET -#define INET_SUSPEND_TIME 60 /* equal to 1 minute - * rgerhards, 2005-07-26: This was 3 minutes. As the - * same timer is used for tcp based syslog, we have - * reduced it. However, it might actually be worth - * thinking about a buffered tcp sender, which would be - * a much better alternative. When that happens, this - * time here can be re-adjusted to 3 minutes (or, - * even better, made configurable). - */ -#define INET_RETRY_MAX 30 /* maximum of retries for gethostbyname() */ - /* was 10, changed to 30 because we reduced INET_SUSPEND_TIME by one third. So - * this "fixes" some of implications of it (see comment on INET_SUSPEND_TIME). - * rgerhards, 2005-07-26 - */ -#endif - /* Flags to logmsg(). */ #define INTERNAL_MSG 0x001 /* msg generated by logmsgInternal() --> special handling */ |