TCPServer: reduced memory usage

This commit is contained in:
SChernykh
2022-02-23 17:07:50 +01:00
parent 2209e0cc70
commit 7ab21c6afd
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -801,7 +801,7 @@ void P2PServer::on_broadcast()
}
return p - p0;
});
});
}
}
}