go-libp2p-pubsub
go-libp2p-pubsub copied to clipboard
Add Function to Enable Application Layer to Send Direct Control Messages
PR Description
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.