Searched refs:diffTx (Results 1 – 2 of 2) sorted by relevance
80 diffTx = allTx - prevTx; in GetNetworkInfo()86 networkInfo["networkUp"] = std::to_string(diffTx); in GetNetworkInfo()
39 long long diffTx = 0; variable