aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h
diff options
context:
space:
mode:
authorErik Hugne <erik.hugne@ericsson.com>2015-03-05 04:23:49 -0500
committerDavid S. Miller <davem@davemloft.net>2015-03-05 22:08:42 -0500
commitd0f91938bede204a343473792529e0db7d599836 (patch)
tree2790139d615e9e9aa28565b539ae08760be2fba6 /net/tipc/msg.h
parent948fa2d115c553ae32aced66e0f00f89245dc05e (diff)
tipc: add ip/udp media type
The ip/udp bearer can be configured in a point-to-point mode by specifying both local and remote ip/hostname, or it can be enabled in multicast mode, where links are established to all tipc nodes that have joined the same multicast group. The multicast IP address is generated based on the TIPC network ID, but can be overridden by using another multicast address as remote ip. Signed-off-by: Erik Hugne <erik.hugne@ericsson.com> Reviewed-by: Jon Maloy <jon.maloy@ericsson.com> Reviewed-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r--net/tipc/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h
index c1cc8d7a5d52..fa167846d1ab 100644
--- a/net/tipc/msg.h
+++ b/net/tipc/msg.h
@@ -87,7 +87,7 @@ struct plist;
87 * Note: Headroom should be a multiple of 4 to ensure the TIPC header fields 87 * Note: Headroom should be a multiple of 4 to ensure the TIPC header fields
88 * are word aligned for quicker access 88 * are word aligned for quicker access
89 */ 89 */
90#define BUF_HEADROOM LL_MAX_HEADER 90#define BUF_HEADROOM (LL_MAX_HEADER + 48)
91 91
92struct tipc_skb_cb { 92struct tipc_skb_cb {
93 void *handle; 93 void *handle;