Currently, in sock_send_sglist_receive, all entries in the given scatter-gather list are iterated over and submitted using sock_xmit. Is there some writev-like function which can perform this in a single call, combined with TCP_CORK or TCP_NOWAIT (depending on the implementation).
Currently, in
sock_send_sglist_receive, all entries in the given scatter-gather list are iterated over and submitted usingsock_xmit. Is there somewritev-like function which can perform this in a single call, combined withTCP_CORKorTCP_NOWAIT(depending on the implementation).