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
eebb9b96
Commit
eebb9b96
authored
Jun 30, 2007
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export zeroes.
parent
10e9eb42
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
babel.c
babel.c
+1
-1
babel.h
babel.h
+2
-0
message.c
message.c
+0
-1
No files found.
babel.c
View file @
eebb9b96
...
...
@@ -69,7 +69,7 @@ int max_hopcount = 25;
struct
network
nets
[
MAXNETS
];
int
numnets
=
0
;
static
const
unsigned
char
zeroes
[
16
]
=
{
0
};
const
unsigned
char
zeroes
[
16
]
=
{
0
};
char
*
state_file
=
"/var/lib/babel-state"
;
...
...
babel.h
View file @
eebb9b96
...
...
@@ -92,6 +92,8 @@ extern unsigned char myid[16];
extern
struct
network
nets
[
MAXNETS
];
extern
int
numnets
;
extern
const
unsigned
char
zeroes
[
16
];
extern
int
protocol_port
;
extern
unsigned
char
protocol_group
[
16
];
extern
int
protocol_socket
;
...
...
message.c
View file @
eebb9b96
...
...
@@ -38,7 +38,6 @@ THE SOFTWARE.
struct
timeval
update_flush_time
=
{
0
,
0
};
static
const
unsigned
char
zeroes
[
16
]
=
{
0
};
const
unsigned
char
packet_header
[
4
]
=
{
42
,
0
,
0
,
0
};
unsigned
int
jitter
;
...
...
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