summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-30 14:42:01 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-30 14:42:01 +0200
commit0014879b61be00c5c6364168e2699b1cf0016aa7 (patch)
tree4aaa0c09522bc4629cc496273bb7209d63b2bb94 /fnet
parentd3f80c98a553cd5a0fc9bf4a576b9bf0f998a11f (diff)
Disable direct write by default.
Diffstat (limited to 'fnet')
-rw-r--r--fnet/src/vespa/fnet/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnet/src/vespa/fnet/config.cpp b/fnet/src/vespa/fnet/config.cpp
index ab43316fc9d..01bc76791de 100644
--- a/fnet/src/vespa/fnet/config.cpp
+++ b/fnet/src/vespa/fnet/config.cpp
@@ -10,5 +10,5 @@ FNET_Config::FNET_Config()
_maxOutputBufferSize(0x10000),
_tcpNoDelay(true),
_logStats(false),
- _directWrite(true)
+ _directWrite(false)
{ }