libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
317 stars 182 forks source link

Add Function to Enable Application Layer to Send Direct Control Messages #562

Open yhassanzadeh13 opened 1 month ago

yhassanzadeh13 commented 1 month ago

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.

yhassanzadeh13 commented 1 month ago

@vyzo a gentle reminder for this, thanks!