Do we have enough bytes without padding? */
| 468 | |
| 469 | /* Do we have enough bytes without padding? */ |
| 470 | static bool have_full_encrypted_queue(const struct peer *peer) |
| 471 | { |
| 472 | return membuf_num_elems(&peer->encrypted_peer_out) >= UNIFORM_MESSAGE_SIZE; |
| 473 | } |
| 474 | |
| 475 | /* Do we have nothing in queue? */ |
| 476 | static bool have_empty_encrypted_queue(const struct peer *peer) |
no outgoing calls
no test coverage detected