;
> BR,
>
> Alan
>
> On 3/24/20, Surya prakash Verma
> wrote:
>> Hello Greg,
>>
>> Thank you for your reply.
>>
>> We have checked CONFIG_NET_ARP_SEND configuration and it is already
>> enabled
>> but still getting same issue.
>>
>
same issue.
>
> Thanks & Regards,
> Surya
>
> From: Gregory Nutt
> Sent: 17 March 2020 20:31
> To: dev@nuttx.apache.org
> Subject: Re: nslookup issue in DNS name resolution
>
>
> **This is an ex
: Re: nslookup issue in DNS name resolution
**This is an external email. Please check the sender’s full email address (not
just the sender name) and exercise caution before you respond or click any
embedded link/attachment.**
Try ad
Try adding CONFIG_NET_ARP_SEND if you are using IPv4
On 3/17/2020 8:50 AM, Surya prakash Verma wrote:
Hello All,
I am trying to configure and test DNS Name resolution on RX65N. We are facing hang issue
when running "nslookup google.com".
After step debugging, We have observed, it is hanging a
Hello All,
I am trying to configure and test DNS Name resolution on RX65N. We are facing
hang issue when running "nslookup google.com".
After step debugging, We have observed, it is hanging at below code:
ret = psock->s_sockif->si_recvfrom(psock, buf, len, flags, from, fromlen); in
file recvfr