size_t GetTotalSend()

in src/outmdsd/SocketLogger.h [58:60]


    size_t GetTotalSend() const {
        return m_totalSend + GetTotalResend();
    }