Skip to content
Commit ba988f87 authored by Chaitanya Huilgol's avatar Chaitanya Huilgol Committed by Ilya Dryomov
Browse files

libceph: tcp_nodelay support



TCP_NODELAY socket option set on connection sockets,
disables Nagle’s algorithm and improves latency characteristics.
tcp_nodelay(default)/notcp_nodelay option flags provided to
enable/disable setting the socket option.

Signed-off-by: default avatarChaitanya Huilgol <chaitanya.huilgol@sandisk.com>
[idryomov@redhat.com: NO_TCP_NODELAY -> TCP_NODELAY, minor adjustments]
Signed-off-by: default avatarIlya Dryomov <idryomov@redhat.com>
parent cf32bd9c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment