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
a24bc5e0
Commit
a24bc5e0
authored
Aug 27, 2011
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'babeld-1.1-branch'
Conflicts: CHANGES
parents
00dd7fa2
33601f38
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGES
CHANGES
+4
-0
babeld.c
babeld.c
+1
-1
babeld.man
babeld.man
+1
-1
No files found.
CHANGES
View file @
a24bc5e0
...
@@ -4,6 +4,10 @@ babeld 1.2.0 (unreleased):
...
@@ -4,6 +4,10 @@ babeld 1.2.0 (unreleased):
"-z" flag in the manual page.
"-z" flag in the manual page.
* Fixed a memory leak when expiring resent messages.
* Fixed a memory leak when expiring resent messages.
27 August 2011: babeld 1.1.4
* Change the default port number to 6696, as allocated by IANA.
3 August 2011: babeld 1.1.3
3 August 2011: babeld 1.1.3
* Implemented an option -u to keep unfeasible routes; this is useful
* Implemented an option -u to keep unfeasible routes; this is useful
...
...
babeld.c
View file @
a24bc5e0
...
@@ -122,7 +122,7 @@ main(int argc, char **argv)
...
@@ -122,7 +122,7 @@ main(int argc, char **argv)
srandom
(
seed
);
srandom
(
seed
);
parse_address
(
"ff02:0:0:0:0:0:1:6"
,
protocol_group
,
NULL
);
parse_address
(
"ff02:0:0:0:0:0:1:6"
,
protocol_group
,
NULL
);
protocol_port
=
669
7
;
protocol_port
=
669
6
;
while
(
1
)
{
while
(
1
)
{
opt
=
getopt
(
argc
,
argv
,
"m:p:h:H:i:k:A:PsuS:d:g:lwz:t:T:c:C:DL:I:"
);
opt
=
getopt
(
argc
,
argv
,
"m:p:h:H:i:k:A:PsuS:d:g:lwz:t:T:c:C:DL:I:"
);
...
...
babeld.man
View file @
a24bc5e0
...
@@ -24,7 +24,7 @@ The default is
...
@@ -24,7 +24,7 @@ The default is
.TP
.TP
.BI \-p " port"
.BI \-p " port"
Specify the UDP port number to be used by the protocol. The default is
Specify the UDP port number to be used by the protocol. The default is
.BR 669
7
.
.BR 669
6
.
.TP
.TP
.BI \-S " state-file"
.BI \-S " state-file"
Set the name of the file used for preserving long-term information
Set the name of the file used for preserving long-term information
...
...
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