fSentCount
mutable int64 fSentCount;
return atomic_get64(&fSentCount);
atomic_add64(&fSentCount, sent);