Searched refs:lastSent (Results 1 – 3 of 3) sorted by relevance
213 std::chrono::steady_clock::time_point lastSent; member215 std::chrono::steady_clock::time_point lastSent) in Connection()217 lastSent(lastSent) { in Connection()
165 int64_t lastSent = get_last_sent(); in sendBroadcasts() local231 lastSent = file->getTimestampNs(); in sendBroadcasts()233 set_last_sent(lastSent); in sendBroadcasts()244 return mWorkDirectory->hasMore(lastSent) ? BROADCASTS_REPEAT : BROADCASTS_FINISHED; in sendBroadcasts()
1013 (now - foundConnection->second.lastSent > mRefreshInterval)) { in send()1060 foundConnection->second.lastSent = now; in send()