Help with the custom_rplx_subprotocol example #18647
Closed
andy-thomason
started this conversation in
Technical discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to broadcast consensus messages to a group of peers using the P2P network using a custom protocol.
I've studied the custom_rlpx_subprotocol example but have a few questions:
Is a RLPx protocol appropriate for this use case? The example illustrates a point to point message call.
The example uses a local noop network instance, just add_rlpx_sub_protocol alone does not connect to existing or future peers via
into_connection(),
but does in the example when you calladd_peer()
on both handles.Beta Was this translation helpful? Give feedback.
All reactions