You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/06/10 13:47:42 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #3894: net/telnet: fix a potential busyloop if rxbuffer writes faster than read

anchao opened a new pull request #3894:
URL: https://github.com/apache/incubator-nuttx/pull/3894


   ## Summary
   
   net/telnet: fix a potential busyloop if rxbuffer writes faster than read
   
   Telnet cache will calculate be 0 if write faster than reading:
   
   https://github.com/apache/incubator-nuttx/blob/dbf9c87a428612a2e3374e24081621502eebd822/drivers/net/telnet.c#L1311-L1317
   
   ## Impact
   
   ## Testing
   
   


-- 
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3894: net/telnet: fix a potential busyloop if rxbuffer writes faster than read

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3894:
URL: https://github.com/apache/incubator-nuttx/pull/3894


   


-- 
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.

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