a-lunev commented on pull request #4659:
URL: https://github.com/apache/incubator-nuttx/pull/4659#issuecomment-965026412


    > separate? maybe. but they can be implemented with the common machinary.
   
   Yes, the congestion window control code is of course expected to be tightly 
integrated into the existing NuttX code. I mean this is an extra algorithm that 
it would be reasonable to enable via menuconfig as an option. And this new 
potential code (congestion window control) could be activated by means of 
conditional compilation (#ifdef #endif) like e.g. CONFIG_NET_TCP_DELAYED_ACK, 
CONFIG_NET_TCP_WINDOW_SCALE and CONFIG_NET_TCP_FAST_RETRANSMIT_WATERMARK 
options, that just extend the basic NuttX TCP/IP functionality (optionally).


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