[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/6] linux-user: add missing UDP and IPv6 get/setsockopt opti
From: |
Laurent Vivier |
Subject: |
Re: [PATCH 2/6] linux-user: add missing UDP and IPv6 get/setsockopt options |
Date: |
Fri, 7 Aug 2020 13:54:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
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-by: Shu-Chun Weng <scw@google.com>
> ---
> linux-user/syscall.c | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
This might be really clearer if you split this patch in two: one to add
SOL_UDP and one to add IPV6_ADDR_PREFERENCES.
Also update do_print_sockopt() in linux-use/strace.c
With that done, you can add my "Reviewed-by: Laurent Vivier
<laurent@vivier.eu>" to both.
Thanks,
Laurent
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 2/6] linux-user: add missing UDP and IPv6 get/setsockopt options,
Laurent Vivier <=