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
a323249d
Commit
a323249d
authored
Mar 11, 2008
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc updates.
parent
03201c6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
babel.text
babel.text
+10
-3
No files found.
babel.text
View file @
a323249d
...
...
@@ -3,7 +3,7 @@
Juliusz Chroboczek
<jch@pps.jussieu.fr>
12 February
2008
11 March
2008
1. Introduction
...
...
@@ -419,8 +419,15 @@ network until it receives a new sequence number.
In order to recover its routes as promptly as possible, a node that has
lost all feasible routes to a given destination broadcasts a request for
a new sequence number. Any neighbouring node that can satisfy the request
responds with an update; a node that cannot satisfy the request forwards
the request to its next hop for the given source as a unicast packet.
responds with an update; a node that cannot satisfy the request but has
a feasible route to the requested source forwards the request to its next
hop for the given source as a unicast packet.
A node MAY also send a broadcast or unicast request under other
circumstances. We notably recommend sending a broadcast request when the
metric of its selected route has increased significantly, and a unicast
request when it receives an unfeasible update with a metric significantly
smaller than that of its currently selected route.
A node SHOULD maintain a list of forwarded requests, and forward the reply
(using unicast or multicast) as soon as it arrives.
...
...
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