Skip to content

Commit a6eacef

Browse files
Erik Hugnedavem330
authored andcommitted
tipc: bump max configurable window size
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 <[email protected]> Reviewed-by: Jon Maloy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0b2fda8 commit a6eacef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/tipc_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182

183183
#define TIPC_MIN_LINK_WIN 16
184184
#define TIPC_DEF_LINK_WIN 50
185-
#define TIPC_MAX_LINK_WIN 150
185+
#define TIPC_MAX_LINK_WIN 8191
186186

187187

188188
struct tipc_node_info {

0 commit comments

Comments
 (0)