mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
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>
This commit is contained in:
parent
948fa2d115
commit
d0f91938be
7 changed files with 479 additions and 8 deletions
|
@ -87,7 +87,7 @@ struct plist;
|
|||
* Note: Headroom should be a multiple of 4 to ensure the TIPC header fields
|
||||
* are word aligned for quicker access
|
||||
*/
|
||||
#define BUF_HEADROOM LL_MAX_HEADER
|
||||
#define BUF_HEADROOM (LL_MAX_HEADER + 48)
|
||||
|
||||
struct tipc_skb_cb {
|
||||
void *handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue