mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
TCP write buffering: Fix an error in the trim logic
This commit is contained in:
+2
-1
@@ -106,9 +106,10 @@ config NET_TCP_WRBUFFER_DEBUG
|
||||
bool "Force write buffer debug"
|
||||
default n
|
||||
depends on DEBUG
|
||||
select NET_IOB_DEBUG
|
||||
---help---
|
||||
This option will force debug output from TCP write buffer logic,
|
||||
even with network debug output. This is not normally something
|
||||
even without network debug output. This is not normally something
|
||||
that would want to do but is convenient if you are debugging the
|
||||
write buffer logic and do not want to get overloaded with other
|
||||
network-related debug output.
|
||||
|
||||
Reference in New Issue
Block a user