From: Nicholas Bellinger Date: Mon, 9 Sep 2013 23:24:46 +0000 (-0700) Subject: iscsi-target: Bump default TCP listen backlog to 256 X-Git-Tag: v3.12-rc1~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837f6452b870e7e68c2b6a0d50758885c860ab66;p=pandora-kernel.git 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 --- Reading git-diff-tree failed