We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a27bd commit d3ee7daCopy full SHA for d3ee7da
p2p/communication.go
@@ -297,6 +297,7 @@ func (c *Communication) startChannel(privKeyBytes []byte) error {
297
libp2p.AddrsFactory(addressFactory),
298
libp2p.ResourceManager(m),
299
libp2p.ConnectionManager(cmgr),
300
+ libp2p.DisableRelay(),
301
)
302
if err != nil {
303
return fmt.Errorf("fail to create p2p host: %w", err)
0 commit comments