| 115 | } |
| 116 | |
| 117 | inline int GetQueuedSendBytes() |
| 118 | { |
| 119 | return m_realtimeStatus.m_cbPendingReliable + m_realtimeStatus.m_cbPendingUnreliable + m_realtimeStatus.m_cbSentUnackedReliable; |
| 120 | } |
| 121 | |
| 122 | void SendRandomMessage( bool bReliable, int cbMaxSize ) |
| 123 | { |
no outgoing calls
no test coverage detected