Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
decc9a90
Commit
decc9a90
authored
Sep 29, 2017
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: s/random/pseudorandom/
parent
83f8f186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/howitworks.rst
docs/howitworks.rst
+3
-3
No files found.
docs/howitworks.rst
View file @
decc9a90
...
...
@@ -274,9 +274,9 @@ Masters listen on the following handles:
Replies
to
any
message
sent
to
it
with
a
newly
allocated
unique
context
ID
,
to
allow
children
to
safely
start
their
own
contexts
.
In
future
this
is
likely
to
be
replaced
by
32
-
bit
context
IDs
and
random
allocation
,
with
an
improved
``
ADD_ROUTE
``
message
sent
upstream
rather
than
downstream
that
generates
NACKs
if
any
ancestor
already
knows
the
ID
.
likely
to
be
replaced
by
32
-
bit
context
IDs
and
pseudorandom
allocation
,
with
an
improved
``
ADD_ROUTE
``
message
sent
upstream
rather
than
downstream
that
generates
NACKs
if
any
ancestor
detects
an
ID
collision
.
Children
listen
on
the
following
handles
:
...
...
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