Enable relay
This commit is contained in:
parent
9f766abcd5
commit
ebdc6d2c15
|
@ -424,6 +424,7 @@ var DefaultLibP2POptions = []libp2p.Option{
|
|||
),
|
||||
libp2p.EnableNATService(),
|
||||
libp2p.ConnectionManager(newConnManager(200, 300, connmgr.WithGracePeriod(0))),
|
||||
libp2p.EnableRelayService(),
|
||||
libp2p.EnableHolePunching(),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue