zhhyu7 commented on code in PR #17676:
URL: https://github.com/apache/nuttx/pull/17676#discussion_r2647511671
##########
net/tcp/Kconfig:
##########
@@ -107,6 +107,12 @@ config NET_TCP_RTO
---help---
RTO of TCP/IP connections (all tasks)
+config NET_TCP_FIXED_RTO
+ bool "Use fixed RTO"
+ default n
+ ---help---
+ Use fixed RTO for TCP/IP connections (all tasks)
Review Comment:
> Please explain when user should use it, what are the advantages and
drawbacks
@acassis Done, please review this PR again, thanks.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]