From: Allan Stephens Date: Thu, 5 Jun 2008 00:47:30 +0000 (-0700) Subject: tipc: Expand link sequence gap field to 13 bits X-Git-Tag: v2.6.27-rc1~969^2~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd7845337b105e090dd18912d511139945fa7586;p=pandora-kernel.git tipc: Expand link sequence gap field to 13 bits This patch increases the "sequence gap" field of the LINK_PROTOCOL message header from 8 bits to 13 bits (utilizing 5 previously unused 0 bits). This ensures that the field is big enough to indicate the loss of up to 8191 consecutive messages on the link, thereby accommodating the current worst-case scenario of 4000 lost messages. Signed-off-by: Allan Stephens Signed-off-by: David S. Miller --- Reading git-diff-tree failed