提交 a6eacef7 编写于 作者: E Erik Hugne 提交者: David S. Miller

tipc: bump max configurable window size

The maximum window size is limited by the sequence gap field, which
was expanded with bd784533
("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: NErik Hugne <erik.hugne@ericsson.com>
Reviewed-by: NJon Maloy <jon.maloy@ericsson.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 0b2fda89
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
#define TIPC_MIN_LINK_WIN 16 #define TIPC_MIN_LINK_WIN 16
#define TIPC_DEF_LINK_WIN 50 #define TIPC_DEF_LINK_WIN 50
#define TIPC_MAX_LINK_WIN 150 #define TIPC_MAX_LINK_WIN 8191
struct tipc_node_info { struct tipc_node_info {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册