From: Allan Stephens Date: Tue, 31 May 2011 15:05:02 +0000 (-0400) Subject: tipc: Prevent fragmented messages during initial name table exchange X-Git-Tag: v3.2-rc1~129^2~251^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=149ce37c8de72c64fc4f66c1b4cf7a0fb66b7ee9;p=pandora-kernel.git tipc: Prevent fragmented messages during initial name table exchange Reduces the maximum size of messages sent during the initial exchange of name table information between two nodes to be no larger than the MTU of the first link established between the nodes. This ensures that messages will never need to be fragmented, which would add unnecessary overhead to the name table synchronization mechanism. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed