uint16_t i, queued;
size_t total_len = 0;
- /*
- * If the connection is zombie, then don't try to enqueue
- * things on it!
- */
- if (check_for_zombie(el, tconn, fr_time_wrap(0), h->last_sent)) return;
-
/*
* Encode multiple packets in preparation
* for transmission with sendmmsg.
uint8_t const *written;
uint8_t *partial;
- /*
- * If the connection is zombie, then don't try to enqueue
- * things on it!
- */
- if (check_for_zombie(el, tconn, fr_time_wrap(0), h->last_sent)) return;
-
/*
* Encode multiple packets in preparation for transmission with write()
*/