anchao commented on PR #7616:
URL: https://github.com/apache/nuttx/pull/7616#issuecomment-1338855808

   > > Music playing as expected without any unsmooth situation
   > > Could you please confirm that this issue can be reproduced on the latest 
master branch ?
   > 
   > @anchao Hmm, I tried the latest master but the issue still happens.
   > 
   > ```
   > nsh> uname -a
   > NuttX  10.4.0 b5507ea9a2 Dec  6 2022 08:28:43 arm spresense
   > ```
   
   @masayuki2009 san,
   
   It should be that the received data was discarded during the copy flow from 
the flat buffer to the iob(netdev_input()) due to insufficient iob buffer.
   since the tcp window calculation depends on the current un-throttle iob 
size, So reserve some iob buffer to avoid participating in tcp window 
calculation.
   
   Could you please try [3133](https://github.com/apache/nuttx/pull/7793) if it 
can solve your issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to