Re: [PATCH 2/6] linux-user: add missing UDP and IPv6 get/setsockopt options

2020-08-07 Thread Laurent Vivier
Le 23/07/2020 à 02:19, Shu-Chun Weng a écrit : > UDP: SOL_UDP manipulate options at UDP level. All six options currently > defined in linux source include/uapi/linux/udp.h take integer values. > > IPv6: IPV6_ADDR_PREFERENCES (RFC5014: Source address selection) was not > supported. > > Signed-off-

[PATCH 2/6] linux-user: add missing UDP and IPv6 get/setsockopt options

2020-07-22 Thread Shu-Chun Weng
UDP: SOL_UDP manipulate options at UDP level. All six options currently defined in linux source include/uapi/linux/udp.h take integer values. IPv6: IPV6_ADDR_PREFERENCES (RFC5014: Source address selection) was not supported. Signed-off-by: Shu-Chun Weng --- linux-user/syscall.c | 10 --