pull/2021/head
jeff 2 years ago
parent e5b7ea5f2d
commit 011bd2e84f

@ -129,7 +129,6 @@ namespace llarp::dns
std::optional<SockAddr> m_LocalAddr;
std::set<int> m_Pending;
struct ub_result_deleter
{
void

@ -1088,8 +1088,8 @@ namespace llarp
}
}
// if we need more sessions to routers and we are not a service node kicked from the network or we are a client
// we shall connect out to others
// if we need more sessions to routers and we are not a service node kicked from the network or
// we are a client we shall connect out to others
if (connected < connectToNum and (LooksFunded() or not isSvcNode))
{
size_t dlt = connectToNum - connected;

Loading…
Cancel
Save