HomeSort by relevance Sort by last modified time
    Searched refs:nSockets (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
TcpSocketMonitor.cpp 114 if (stats.second.nSockets == 0) {
121 stats.second.rttUs / 1000.0 / stats.second.nSockets,
122 stats.second.sentAckDiffMs / stats.second.nSockets);
237 int32_t nSockets = stats.second.nSockets;
238 if (nSockets == 0) {
244 rtts.push_back(stats.second.rttUs / nSockets);
245 sentAckDiffs.push_back(stats.second.sentAckDiffMs / nSockets);
286 .nSockets = 1,
313 stats.nSockets += diff.nSockets
    [all...]
TcpSocketMonitor.h 60 int32_t nSockets;

Completed in 63 milliseconds