diff options
Diffstat (limited to 'xlators/protocol/client')
-rw-r--r-- | xlators/protocol/client/src/client-protocol.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-protocol.c b/xlators/protocol/client/src/client-protocol.c index e503b9d12..e82caeb5d 100644 --- a/xlators/protocol/client/src/client-protocol.c +++ b/xlators/protocol/client/src/client-protocol.c @@ -6063,6 +6063,10 @@ init (xlator_t *this) this->private = conf; for (i = 0; i < CHANNEL_MAX; i++) { + if (CHANNEL_LOWLAT == i) { + dict_set (this->options, "transport.socket.lowlat", + data_from_dynstr (strdup ("true"))); + } trans = transport_load (this->options, this); if (trans == NULL) { gf_log (this->name, GF_LOG_DEBUG, |