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/10/13 02:05:11 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #4660: Remove NET_TCP_SPLIT

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


   ## Summary
   
       net/tcp/Kconfig: Remove NET_TCP_SPLIT
       
       While it's a neat idea, it doesn't work well in reality.
       
       * Many of modern tcp stacks don't obey the "ack every other packet"
         rule these days. (Linux, macOS, ...)
       
       * Even if a traditional TCP implementation is assumed, we can't
         predict/control which packets are acked reliably. For example,
         window updates can easily mess up our strategy.
   
   ## Impact
   unbuffered tcp
   
   ## 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.

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] yamt commented on pull request #4660: Remove NET_TCP_SPLIT

Posted by GitBox <gi...@apache.org>.
yamt commented on pull request #4660:
URL: https://github.com/apache/incubator-nuttx/pull/4660#issuecomment-941849576


   https://www.mail-archive.com/dev@nuttx.apache.org/msg07045.html
   


-- 
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 #4660: Remove NET_TCP_SPLIT

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


   


-- 
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 #4660: Remove NET_TCP_SPLIT

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


   


-- 
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 #4660: Remove NET_TCP_SPLIT

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


   


-- 
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] yamt commented on pull request #4660: Remove NET_TCP_SPLIT

Posted by GitBox <gi...@apache.org>.
yamt commented on pull request #4660:
URL: https://github.com/apache/incubator-nuttx/pull/4660#issuecomment-941849576


   https://www.mail-archive.com/dev@nuttx.apache.org/msg07045.html
   


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