zephyr/subsys/net/lib
Jukka Rissanen 1c07ead104 net: http: Add context net_buf pool support to HTTP client
This commit adds http_client_set_net_pkt_pool() function that allows
caller to define net_buf pool that is used when sending a TCP packet.
This is needed for those technologies like Bluetooth or 802.15.4 which
compress the IPv6 header during send.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-07-31 11:50:25 +03:00
..
app net: app: fix build when NET_DEBUG_APP is used with SYS_LOG_NET_LEVEL=1 2017-07-27 10:19:13 +03:00
dns net: lib: dns: Check return value of net_context_recv() 2017-06-12 10:21:38 +03:00
http net: http: Add context net_buf pool support to HTTP client 2017-07-31 11:50:25 +03:00
mqtt net/mqtt: Enable TLS support 2017-07-28 11:25:43 +03:00
sockets net: sockets: Implement poll() operation. 2017-07-18 21:46:06 +03:00
zoap net: zoap: advance block context by checking M bit from block option 2017-07-14 11:06:54 +03:00
Kbuild net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Kconfig net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Makefile net: app: Create support for network application API 2017-06-30 06:13:09 -04:00