summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-10-13 12:19:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-10-14 14:17:11 +0000
commit220dc3912a2bf7df53cce55d4d1e9901ad935894 (patch)
treeb8f39fcf8f4c70590eff3d51f3230ecafc40c14e /searchlib
parent8641e6cf625cbf647def2ba5e5a745792cde9e10 (diff)
Always allow error packets.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/common/transport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/searchlib/src/vespa/searchlib/common/transport.h b/searchlib/src/vespa/searchlib/common/transport.h
index 03000048962..45d68bfc65c 100644
--- a/searchlib/src/vespa/searchlib/common/transport.h
+++ b/searchlib/src/vespa/searchlib/common/transport.h
@@ -19,8 +19,6 @@ namespace fs4transport
* now use this 32-bit number to send 32 flags. The currently defined flags
* are as follows:
* <ul>
- * <li><b>QFLAG_ALLOW_ERRORPACKET</b>: Allow an error packet to be sent as
- * response to this query packet.</li>
* <li><b>QFLAG_REPORT_QUEUELEN</b>: Send an extra queue length packet before
* query result packets.</li>
* <li><b>QFLAG_ESTIMATE</b>: Indicates that the query is performed to get
@@ -35,7 +33,6 @@ namespace fs4transport
* </ul>
**/
enum queryflags {
- QFLAG_ALLOW_ERRORPACKET = 0x00000004,
QFLAG_REPORT_QUEUELEN = 0x00000008,
QFLAG_ESTIMATE = 0x00000080,
QFLAG_DROP_SORTDATA = 0x00004000,