]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iscsi-target: Bump default TCP listen backlog to 256
authorNicholas Bellinger <nab@linux-iscsi.org>
Mon, 9 Sep 2013 23:24:46 +0000 (16:24 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 11 Sep 2013 03:23:34 +0000 (20:23 -0700)
commit837f6452b870e7e68c2b6a0d50758885c860ab66
tree23bfb1b198195e8cc4ef6c50ae8d3f474c569345
parentf730f9158f6ee7b5c4d892af6b51a72194445ea4
iscsi-target: Bump default TCP listen backlog to 256

This patch bumps the default TCP listen backlog within iscsit_setup_np()
from 5 to 256, in order to reduce the overall latency caused by a small
backlog with 100's of simultaneous login attempts directed to the same
single network portal.

Also add a ISCSIT_TCP_BACKLOG macro in iscsi_target_core.h.

Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target_core.h
drivers/target/iscsi/iscsi_target_login.c