Merge branch 'reuseaddr' into devel

This commit is contained in:
Ștefan Talpalaru 2020-05-08 23:17:25 +02:00
commit aa00e5ea61
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
2 changed files with 2 additions and 2 deletions

View File

@ -982,7 +982,7 @@ proc createEth2Node*(conf: BeaconNodeConf, enrForkId: ENRForkID): Future[Eth2Nod
# are running behind a NAT).
var switch = newStandardSwitch(some keys.seckey, hostAddress,
triggerSelf = true, gossip = true,
sign = false, verifySignature = false)
sign = false, verifySignature = false, transportFlags = {TransportFlag.ReuseAddr})
result = Eth2Node.init(conf, enrForkId, switch,
extIp, extTcpPort, extUdpPort,
keys.seckey.asEthKey)

2
vendor/nim-libp2p vendored

@ -1 +1 @@
Subproject commit 6da4d2af48d273b01103a8c36a529876f40ed4d5
Subproject commit c88922401256cd6eb4c4bbdfdfe268456ab19e04