Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30391
b: refs/heads/master
c: 2535ec5
h: refs/heads/master
i:
  30389: 29b7d70
  30387: 662b970
  30383: 3ae1dcb
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Jun 26, 2006
1 parent af42eac commit 3b9f6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ab230f82f404e534387dda6067072291441a34d
refs/heads/master: 2535ec50b7a51833ff65dc97ca85e1155d4090f8
2 changes: 1 addition & 1 deletion trunk/net/tipc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static int __init tipc_init(void)
tipc_max_publications = 10000;
tipc_max_subscriptions = 2000;
tipc_max_ports = delimit(CONFIG_TIPC_PORTS, 127, 65536);
tipc_max_zones = delimit(CONFIG_TIPC_ZONES, 1, 511);
tipc_max_zones = delimit(CONFIG_TIPC_ZONES, 1, 255);
tipc_max_clusters = delimit(CONFIG_TIPC_CLUSTERS, 1, 1);
tipc_max_nodes = delimit(CONFIG_TIPC_NODES, 8, 2047);
tipc_max_slaves = delimit(CONFIG_TIPC_SLAVE_NODES, 0, 2047);
Expand Down

0 comments on commit 3b9f6bc

Please sign in to comment.