/** maximum length of received frame */
#define DTIO_RECV_FRAME_MAX_LEN 1000
-/** lentgh of the ACCEPT frame with DNSTAP content type */
-#define DNSTAP_ACCEPT_FRAME_LEN 4+4+4+strlen(DNSTAP_CONTENT_TYPE)
struct stop_flush_info;
/** DTIO command channel commands */
}
read_frame_done = 4; /* control frame type */
- /* Iteratate over control fields, ignore unknown types.
+ /* Iterate over control fields, ignore unknown types.
* Need to be able to read at least 2 bytes (control field type +
* length). */
while(read_frame_done+8 < dtio->read_frame.frame_len) {