Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
35ffb4cd
Commit
35ffb4cd
authored
May 22, 2017
by
Kenton Varda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:sandstorm-io/capnproto
parents
75845ceb
011cb516
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
rpc.capnp
c++/src/capnp/rpc.capnp
+5
-6
No files found.
c++/src/capnp/rpc.capnp
View file @
35ffb4cd
...
...
@@ -1234,8 +1234,8 @@ using ProvisionId = AnyPointer;
# The information that must be sent in an `Accept` message to identify the object being accepted.
#
# In a network where each vat has a public/private key pair, this could simply be the public key
# fingerprint of the provider vat along with
the question ID used in the `Provide` message sent from
# that provider.
# fingerprint of the provider vat along with
a nonce matching the one in the `RecipientId` used
#
in the `Provide` message sent from
that provider.
using RecipientId = AnyPointer;
# **(level 3)**
...
...
@@ -1244,8 +1244,7 @@ using RecipientId = AnyPointer;
# capability.
#
# In a network where each vat has a public/private key pair, this could simply be the public key
# fingerprint of the recipient. (CapTP also calls for a nonce to identify the object. In our
# case, the `Provide` message's `questionId` can serve as the nonce.)
# fingerprint of the recipient along with a nonce matching the one in the `ProvisionId`.
using ThirdPartyCapId = AnyPointer;
# **(level 3)**
...
...
@@ -1254,8 +1253,8 @@ using ThirdPartyCapId = AnyPointer;
#
# In a network where each vat has a public/private key pair, this could be a combination of the
# third party's public key fingerprint, hints on how to connect to the third party (e.g. an IP
# address), and the
question ID used in the corresponding `Provide` message sent to that third party
# (used to identify which capability to pick up).
# address), and the
nonce used in the corresponding `Provide` message's `RecipientId` as sent
#
to that third party
(used to identify which capability to pick up).
using JoinKeyPart = AnyPointer;
# **(level 4)**
...
...
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