zephyr/subsys/net/lib
Tomasz Bursztyka 34fe5545c9 net/socket: Use the new net_pkt API to read TCP payload
There is no need for appdata pointer: net_pkt's cursor is already at the
right position, i.e. the beginning of the payload right after all IP/TCP
headers.

Also, when reading the actual data, let's use net_pkt_read_new()
relevantly instead of going through the buffer by ourselves.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-02-12 20:24:02 -05:00
..
coap net: coap: Remove legacy CoAP implementation 2019-02-04 16:49:59 -05:00
config net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
dns net/context: Make recv_cb providing the ip and protocol headers 2019-02-01 14:34:38 +02:00
http net: http: Remove HTTP client and server APIs 2019-01-25 11:21:20 -05:00
lwm2m net: lwm2m: fix connection handling in RD client 2019-02-06 18:52:31 -05:00
mqtt net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
openthread openthread: Convert FLASH_ERASE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06:00
sntp net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
sockets net/socket: Use the new net_pkt API to read TCP payload 2019-02-12 20:24:02 -05:00
socks net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00
tls_credentials drivers: wifi: simplelink: Implement setsockopt() for TLS offload 2018-11-23 09:16:21 -05:00
CMakeLists.txt net: lib: Remove CONFIG_HTTP reference 2019-02-11 22:29:58 -05:00
Kconfig net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00