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/30 01:50:55 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #3993: tcp_reset: Don't copy the peer window

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


   ## Summary
   
   The current code just leave the window value from the segment
   from the peer. It doesn't make sense.
   
   Instead, always use 0.
   This matches what NetBSD and Linux do.
   (As far as I read their code correctly.)
   
   extracted from https://github.com/apache/incubator-nuttx/pull/3991
   
   ## Impact
   
   tcp
   
   ## Testing
   
   tested on esp32, with the rest of https://github.com/apache/incubator-nuttx/pull/3991


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3993: tcp_reset: Don't copy the peer window

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


   


-- 
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-unsubscribe@nuttx.apache.org

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