15711d938d
Motivation: When epoll datagram channel invokes sendmmsg0, _all_ of the messages go on the wire with the address of the _last_ packet in the list. Modifications: An array of addresses equal to the length of the messages is allocated on the stack to hold the address for each msg_hdr.msg_name. Result: Each message goes on the wire with the correct address. |
||
---|---|---|
.. | ||
netty_epoll_native.c | ||
netty_unix_errors.c | ||
netty_unix_errors.h | ||
netty_unix_filedescriptor.c | ||
netty_unix_filedescriptor.h | ||
netty_unix_socket.c | ||
netty_unix_socket.h | ||
netty_unix_util.c | ||
netty_unix_util.h |