| 684 | } |
| 685 | |
| 686 | const char *EncryptedConnection::logHeader() const { |
| 687 | return (_type == Type::Signaling) ? "(signaling) " : "(transport) "; |
| 688 | } |
| 689 | |
| 690 | bool EncryptedConnection::registerSentAck(uint32_t counter, bool firstInPacket) { |
| 691 | auto &list = _acksSentCounters; |
nothing calls this directly
no outgoing calls
no test coverage detected