Home
last modified time | relevance | path

Searched refs:NXT_UNIT_MAX_PLAIN_SIZE (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_unit.c23 #define NXT_UNIT_MAX_PLAIN_SIZE 1024 macro
25 (NXT_UNIT_MAX_PLAIN_SIZE + sizeof(nxt_port_msg_t))
3939 if (size <= NXT_UNIT_MAX_PLAIN_SIZE) { in nxt_unit_get_outgoing_buf()