This PR addresses https://github.com/libp2p/go-libp2p-pubsub/issues/561; i.e., adding a new SendControl function to the GossipSubRouter. This will allow the application layer to send direct control messages to peers, facilitating finer-grained testing.
PR Description
This PR addresses https://github.com/libp2p/go-libp2p-pubsub/issues/561; i.e., adding a new
SendControl
function to theGossipSubRouter
. This will allow the application layer to send direct control messages to peers, facilitating finer-grained testing.