~ubuntu-branches/ubuntu/precise/haproxy/precise-proposed

« back to all changes in this revision

Viewing changes to include/common/defaults.h

  • Committer: Bazaar Package Importer
  • Author(s): Christo Buschek
  • Date: 2011-03-11 12:41:59 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110311124159-9foyp4juf1ilqipo
Tags: 1.4.13-1
* New maintainer upload (Closes: #615246)
* New upstream release
* Standards-version goes 3.9.1 (no change)
* Added patch bashism (Closes: #581109)
* Added a README.source file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
#define COOKIE_DELIM    '~'
111
111
#endif
112
112
 
 
113
// this delimitor is used between a server's name and a last visit date in
 
114
// cookies exchanged with the client.
 
115
#ifndef COOKIE_DELIM_DATE
 
116
#define COOKIE_DELIM_DATE       '|'
 
117
#endif
 
118
 
113
119
#define CONN_RETRIES    3
114
120
 
115
121
#define CHK_CONNTIME    2000
118
124
#define DEF_RISETIME    2
119
125
#define DEF_CHECK_REQ   "OPTIONS / HTTP/1.0\r\n"
120
126
#define DEF_SMTP_CHECK_REQ   "HELO localhost\r\n"
 
127
#define DEF_LDAP_CHECK_REQ   "\x30\x0c\x02\x01\x01\x60\x07\x02\x01\x03\x04\x00\x80\x00"
121
128
 
122
129
#define DEF_HANA_ONERR          HANA_ONERR_FAILCHK
123
130
#define DEF_HANA_ERRLIMIT       10