dlm: disable nagle for SCTP
authorMike Christie <michaelc@cs.wisc.edu>
Fri, 14 Jun 2013 09:56:14 +0000 (04:56 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 14 Jun 2013 18:07:11 +0000 (13:07 -0500)
commit86e92ad299fb0be359efdd61812944497d4d8d52
treed2c7b7f9096b51f6fc2c7b750d509fe6ccd5a91f
parent5d6898714fe2ce485e95ac74479ed40ebd8d5748
dlm: disable nagle for SCTP

For TCP we disable Nagle and I cannot think of why it would be needed
for SCTP. When disabled it seems to improve dlm_lock operations like it
does for TCP.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c
This page took 0.028328 seconds and 5 git commands to generate.