Searched hist:352 (Results 1 – 9 of 9) sorted by relevance
/unit/src/ |
H A D | nxt_sendbuf.h | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|
H A D | nxt_sendbuf.c | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|
H A D | nxt_buf.c | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|
H A D | nxt_buf.h | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|
H A D | nxt_port_socket.c | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|
H A D | nxt_port.c | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|
H A D | nxt_port.h | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|
H A D | nxt_main_process.c | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|
H A D | nxt_router.c | diff 352:47649fbbcb53 Wed Oct 04 12:03:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Port message fragmentation supported.
- Each sendmsg() transmits no more than port->max_size payload data. - Longer buffers are fragmented and send using multiple sendmsg() calls. - On receive side, buffers are connected in chain. - Number of handler calls is the same as number of nxt_port_socket_write() calls. - nxt_buf_make_plain() function introduced to make single plain buffer from the chain.
|