Skip to content

Commit

Permalink
net: Enable dynamic allocation of tcp/udp/ipfwd buffer by default
Browse files Browse the repository at this point in the history
Signed-off-by: Zhe Weng <[email protected]>
  • Loading branch information
wengzhe authored and xiaoxiang781216 committed Jan 7, 2025
1 parent 50b3ab7 commit 3e62be8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/ipforward/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ config NET_IPFORWARD_NSTRUCT

config NET_IPFORWARD_ALLOC_STRUCT
int "Dynamic forwarding structures allocation"
default 0
default 1
---help---
When set to 0 all dynamic allocations are disabled

Expand Down
2 changes: 1 addition & 1 deletion net/tcp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ config NET_TCP_NWRBCHAINS

config NET_TCP_ALLOC_WRBCHAINS
int "Dynamic I/O buffer chain heads allocation"
default 0
default 1
---help---
When set to 0 all dynamic allocations are disabled

Expand Down
2 changes: 1 addition & 1 deletion net/udp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ config NET_UDP_NWRBCHAINS

config NET_UDP_ALLOC_WRBCHAINS
int "Dynamic I/O buffer chain heads allocation"
default 0
default 1
---help---
When set to 0 all dynamic allocations are disabled.

Expand Down

0 comments on commit 3e62be8

Please sign in to comment.