extract out "p2p responding logic" from eth/p2p Connector
(old p2p/sentry/sentry_multi_client SentryMultiClient
) into a MessageResponder
component using the MessageListener
and the new MultiClient
. In the end the eth/p2p Connector
will use the MessageResponder
as a dependency #11858
Open