Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
0557e79f
Commit
0557e79f
authored
Jun 30, 2007
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase max_hopcount.
Since requests follow the loop-free tree, this shouldn't increase traffic.
parent
2c50fc6b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
babel.c
babel.c
+1
-1
No files found.
babel.c
View file @
0557e79f
...
@@ -64,7 +64,7 @@ int wired_hello_interval = -1;
...
@@ -64,7 +64,7 @@ int wired_hello_interval = -1;
int
idle_hello_interval
=
-
1
;
int
idle_hello_interval
=
-
1
;
int
update_interval
=
-
1
;
int
update_interval
=
-
1
;
int
max_hopcount
=
2
5
;
int
max_hopcount
=
6
5
;
struct
network
nets
[
MAXNETS
];
struct
network
nets
[
MAXNETS
];
int
numnets
=
0
;
int
numnets
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment