From: kang Date: Mon, 4 Sep 2017 05:49:13 +0000 (+0900) Subject: net: bugfix to set a network device buffer X-Git-Tag: 1.1_Public_Release~284^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53a18b9b07cffab0bf98ed3586751973404c0492;p=rtos%2Ftinyara.git net: bugfix to set a network device buffer --- diff --git a/os/net/Kconfig b/os/net/Kconfig index 9cce226..8db346c 100644 --- a/os/net/Kconfig +++ b/os/net/Kconfig @@ -39,7 +39,7 @@ endif #NET_LWIP menu "Driver buffer configuration" config NET_MULTIBUFFER - bool #"Use multiple device-side I/O buffers" + bool "Use multiple device-side I/O buffers" default n ---help--- Traditionally, uIP has used a single buffer for all incoming and