on Linux, in iob_send, if MSG_MORE is defined, and the request type
lends itself to it, used sendto/sendmsg with MSG_MORE instead of TCP_CORK (saves two syscalls)
This commit is contained in:
parent
953eb639b2
commit
3885650d81
3
CHANGES
3
CHANGES
@ -18,6 +18,9 @@
|
|||||||
fix buffer_get
|
fix buffer_get
|
||||||
add fmt_html_tagarg, fmt_xml, scan_html_tagarg
|
add fmt_html_tagarg, fmt_xml, scan_html_tagarg
|
||||||
add socket_fastopen, socket_fastopen_connect4, socket_fastopen_connect6 and socket_quickack
|
add socket_fastopen, socket_fastopen_connect4, socket_fastopen_connect6 and socket_quickack
|
||||||
|
on Linux, in iob_send, if MSG_MORE is defined, and the request type
|
||||||
|
lends itself to it, used sendto/sendmsg with MSG_MORE instead of
|
||||||
|
TCP_CORK (saves two syscalls)
|
||||||
|
|
||||||
0.29:
|
0.29:
|
||||||
save 8 bytes in taia.h for 64-bit systems
|
save 8 bytes in taia.h for 64-bit systems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user