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/05/28 10:26:57 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2416: net/tcp: fallback to unthrottle pool to avoid deadlock

davids5 commented on a change in pull request #2416:
URL: https://github.com/apache/incubator-nuttx/pull/2416#discussion_r641443928



##########
File path: net/tcp/tcp_recvwindow.c
##########
@@ -164,17 +165,24 @@ uint16_t tcp_get_recvwindow(FAR struct net_driver_s *dev)
 
       recvwndo = (uint16_t)rwnd;
     }
+  else if (IOB_QEMPTY(&conn->readahead))
+    {
+      /* Advertise maximum segment size for window edge if here is no

Review comment:
       -/* Advertise maximum segment size for window edge if here is no
   +/* Advertise maximum segment size for window edge if there are no




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