Re: [PATCH 1/3] linux-user: Modify 'sendmmsg()' and 'recvmmsg()' implementation

2020-08-24 Thread Laurent Vivier
Le 31/07/2020 à 21:06, Filip Bozuta a écrit : > Implementations of 'sendmmsg()' and 'recvmmsg()' in 'syscall.c' use > a loop over a host command of 'sendmsg()' and 'recvmsg()' respectively > to send/receive individual messages from a socket. This patch changes > these implementations to use the hos

[PATCH 1/3] linux-user: Modify 'sendmmsg()' and 'recvmmsg()' implementation

2020-07-31 Thread Filip Bozuta
Implementations of 'sendmmsg()' and 'recvmmsg()' in 'syscall.c' use a loop over a host command of 'sendmsg()' and 'recvmsg()' respectively to send/receive individual messages from a socket. This patch changes these implementations to use the host commands 'sendmmsg()' and 'recvmmsg()' to send all m