zephyr/samples
Ravi kumar Veeramally ebc81bdf8d net: http: Provide destination address in http replies
net_app_ctx maintains multiple net contexts(net_ctx). But when http
api's wants to reply or send some data, its always choose the first
net_context in the array, which is not correct always.

net_app_get_net_pkt_with_dst() api will select proper context
based on destination address. So with the help of new api in
net_app, http can select proper context and send packets. To
achieve this, desination address is provided in http_recv_cb_t
and http_connect_cb_t callbacks. Also chaged relevant API's to
provide destination address in http message preparation methods.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2018-03-05 10:23:17 +01:00
..
application_development/external_lib sample: external_lib: support console harness 2018-01-25 04:45:35 +05:30
basic samples: basic: fade_led: Update sample to work with ESP32 2018-02-23 13:13:12 -05:00
bluetooth Bluetooth: central_hr: Fix assigning temporary UUID to discovery 2018-02-13 16:24:04 +02:00
boards samples: olimex_stm32_e407: CCM usage example 2018-02-13 12:36:22 -06:00
cpp_synchronization sample: cpp_synchronization: support console harness 2018-01-25 04:45:35 +05:30
drivers samples: led_strip: Extend ws2812 sample with ws2812b_sw support 2018-03-03 20:46:53 +01:00
grove samples: remove more build_only tags 2017-12-28 20:24:29 -05:00
hello_world samples: hello_world: disbale asserts on single thread (REVERTME) 2018-01-25 04:45:35 +05:30
mpu mpu_stack_guard_test: Disable on xtensa 2018-02-16 10:44:29 -05:00
net net: http: Provide destination address in http replies 2018-03-05 10:23:17 +01:00
nfc/nfc_hello tests: nfc_hello: remove filter and support harness 2018-01-25 04:45:35 +05:30
philosophers tests: Few test require CONFIG_STDOUT_CONSOLE=n 2018-02-05 07:05:12 -08:00
sensor samples: sensor: Add sample application for CCS811 sensor 2018-02-06 11:16:26 -05:00
subsys samples: subsys: mgmt: smp_svr: add sample app 2018-02-20 22:07:52 +01:00
synchronization sample: synchronization: support console harness 2018-01-25 04:45:35 +05:30
testing/integration tests: Remove broken net_buf unit tests 2018-02-10 09:20:42 +02:00
xtensa_asm2 samples/xtensa-asm2: Unit test for new Xtensa assembly primitives 2018-02-16 10:44:29 -05:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst samples: drivers: add LPD8806 sample application 2017-10-28 13:23:30 -04:00