Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6eacef7 authored by Erik Hugne's avatar Erik Hugne Committed by David S. Miller
Browse files

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: default avatarErik Hugne <erik.hugne@ericsson.com>
Reviewed-by: default avatarJon Maloy <jon.maloy@ericsson.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0b2fda89
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 {