CONFIG_NET_PKT is compatible with current TCP writebuffering logic because the share too much code; move sending of packet socket data from net_send_unbufferer.c to a new uip/uip_pktsend.c file for consistency

This commit is contained in:
Gregory Nutt
2014-06-23 19:25:16 -06:00
parent 718d9993e6
commit 7330704d36
6 changed files with 141 additions and 32 deletions
+1
View File
@@ -83,6 +83,7 @@ config NET_TCP_WRITE_BUFFERS
bool "Enable TCP/IP write buffering"
default n
select NET_IOB
depends on !NET_PKT
---help---
Write buffers allows buffering of ongoing TCP/IP packets, providing
for higher performance, streamed output.