tipc: Prevent fragmented messages during initial name table exchange
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 31 May 2011 15:05:02 +0000 (11:05 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 18 Sep 2011 02:55:08 +0000 (22:55 -0400)
commit149ce37c8de72c64fc4f66c1b4cf7a0fb66b7ee9
treecf24c93dac6f3c506aa2f4aafe80973e40ea70ce
parent909234cdd2b5954374e346c105b648f6c2800f55
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 <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/name_distr.c