Re: Networking Delay: SO_SNDTIMEO odd behavior

2023-11-30 Thread Alan C. Assis
n, Hakeem > Subject: FW: Networking Delay: SO_SNDTIMEO odd behavior > > > > -Original Message- > From: Alan C. Assis > Sent: Tuesday, November 28, 2023 12:58 AM > To: dev@nuttx.apache.org > Cc: Raja, Mayank > Subject: Re: Networking Delay: SO_SNDTIMEO odd behavior &

Re: Networking Delay: SO_SNDTIMEO odd behavior

2023-11-30 Thread Giydan, Hakeem
: Networking Delay: SO_SNDTIMEO odd behavior -Original Message- From: Alan C. Assis Sent: Tuesday, November 28, 2023 12:58 AM To: dev@nuttx.apache.org Cc: Raja, Mayank Subject: Re: Networking Delay: SO_SNDTIMEO odd behavior [External Email] Hi Hakeem, Thank you very much for reporting an issue

Re: Networking Delay: SO_SNDTIMEO odd behavior

2023-11-28 Thread Simon Filgis
Hi Hakeem, do you build for armv7/v8? Do you have: https://github.com/apache/nuttx/pull/10536 It solves 1s random timeout for me. Without my app works due to retransmission request, but with some 1s delays. Simon -- Ingenieurbüro-Filgis USt-IdNr.: DE305343278 -- sent by mobile phone Nathan Ha

Re: Networking Delay: SO_SNDTIMEO odd behavior

2023-11-28 Thread Nathan Hartman
On Tue, Nov 28, 2023 at 3:58 AM Alan C. Assis wrote: > Hi Hakeem, > > Thank you very much for reporting an issue your team found. > > Could you please open an issue with more information at > https://github.com/apache/nuttx/issues and supply a little bit more > information (board/mcu used, versio

Re: Networking Delay: SO_SNDTIMEO odd behavior

2023-11-28 Thread Alan C. Assis
Hi Hakeem, Thank you very much for reporting an issue your team found. Could you please open an issue with more information at https://github.com/apache/nuttx/issues and supply a little bit more information (board/mcu used, version of NuttX, host OS, etc). Please also supply your board config (r

Networking Delay: SO_SNDTIMEO odd behavior

2023-11-27 Thread Giydan, Hakeem
Hello, we are using Nuttx on our Robot Control Boards, and we are seeing an odd behavior when communicating with our main board that is running Linux. Every once in a while, we see a more than a 1 second delay when we call Socket::Send to send information to the Main board. Using Debug Statemen