Skip to content

[enh] #1254 Enhance the connection to outcoming WS2P peers

Cédric Moreau requested to merge fix/1.6/ws2p/outcoming_connection into 1.6

For connecting to outcoming WS2P peers, try to establish the connection 5 peers by 5 peers instead of just one by one.

The fix below just gather peers 5 by 5, in the order they were given by the priority sort. It does not change anything but making the connection trials parallel.

Edited by Éloïs

Merge request reports