Skip to content

Commit

Permalink
tipc: bump max configurable window size
Browse files Browse the repository at this point in the history
The maximum window size is limited by the sequence gap field, which
was expanded with bd78453
("tipc: Expand link sequence gap field to 13 bits")
We remove the artificial limit that prevents the link window to be
set larger than 150.

Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Erik Hugne authored and David S. Miller committed Jun 26, 2014
1 parent 0b2fda8 commit a6eacef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/tipc_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

#define TIPC_MIN_LINK_WIN 16
#define TIPC_DEF_LINK_WIN 50
#define TIPC_MAX_LINK_WIN 150
#define TIPC_MAX_LINK_WIN 8191


struct tipc_node_info {
Expand Down

0 comments on commit a6eacef

Please sign in to comment.