commit | 837f6452b870e7e68c2b6a0d50758885c860ab66 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Sep 09 16:24:46 2013 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Sep 10 20:23:34 2013 -0700 |
tree | 23bfb1b198195e8cc4ef6c50ae8d3f474c569345 | |
parent | f730f9158f6ee7b5c4d892af6b51a72194445ea4 [diff] |
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>