Skip to content

Commit

Permalink
Merge branch 'tipc-improvements-to-group-messaging'
Browse files Browse the repository at this point in the history
Jon Maloy says:

====================
tipc: improvements to group messaging

We make a number of simplifications and improvements to the group
messaging service. They aim at readability/maintainability of the code
as well as scalability.

The series is based on commit f9c935d ("tipc: fix problems with
multipoint-to-point flow control) which has been applied to 'net' but
not yet to 'net-next'.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jan 9, 2018
2 parents a67c01e + eb929a9 commit fdb533c
Show file tree
Hide file tree
Showing 10 changed files with 300 additions and 243 deletions.
7 changes: 3 additions & 4 deletions include/uapi/linux/tipc.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,9 @@ static inline unsigned int tipc_node(__u32 addr)
/*
* Publication scopes when binding port names and port name sequences
*/

#define TIPC_ZONE_SCOPE 1
#define TIPC_CLUSTER_SCOPE 2
#define TIPC_NODE_SCOPE 3
#define TIPC_ZONE_SCOPE 1
#define TIPC_CLUSTER_SCOPE 2
#define TIPC_NODE_SCOPE 3

/*
* Limiting values for messages
Expand Down
Loading

0 comments on commit fdb533c

Please sign in to comment.