| 1679 | } |
| 1680 | |
| 1681 | bool SSU2Session::ProcessPeerTest (uint8_t * buf, size_t len) |
| 1682 | { |
| 1683 | LogPrint (eLogWarning, "SSU2: Unexpected peer test message for this session type"); |
| 1684 | return false; |
| 1685 | } |
| 1686 | |
| 1687 | uint32_t SSU2Session::SendData (const uint8_t * buf, size_t len, uint8_t flags) |
| 1688 | { |
no test coverage detected