From: sunghan-chang Date: Mon, 11 Sep 2017 10:32:32 +0000 (+0900) Subject: Merge pull request #533 from pillip8282/network_tc X-Git-Tag: 1.1_Public_Release~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77ae0bba63e5dbf14fe44f80b959f7b1f0b8bd52;p=rtos%2Ftinyara.git Merge pull request #533 from pillip8282/network_tc Network tc --- 77ae0bba63e5dbf14fe44f80b959f7b1f0b8bd52 diff --cc os/net/Kconfig index bdcd0ee,d2b3e82..c23b405 --- a/os/net/Kconfig +++ b/os/net/Kconfig @@@ -39,11 -39,10 +39,10 @@@ endif #NET_LWI 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 - outgoing traffic. If this configuration is selected, then the + If this configuration is selected, then the driver can manage multiple I/O buffers and can, for example, be filling one input buffer while sending another output buffer. Or, as another example, the driver may support queuing of concurrent