zephyr/samples/net/sockets
Pieter De Gendt 4807ada01e net: lib: coap: Use coap_transmission_parameters in coap_server
Update coap_service_send and coap_resource_send to take an optional
pointer argument to the newly introduced coap_transmission_parameters.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2023-12-18 09:28:25 +01:00
..
big_http_download samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
can samples: fix thread function signatures 2023-10-30 12:24:34 +01:00
coap_client docs: networing: Replace references to native_posix w native_sim 2023-11-15 10:03:17 +01:00
coap_server net: lib: coap: Use coap_transmission_parameters in coap_server 2023-12-18 09:28:25 +01:00
dumb_http_server samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
dumb_http_server_mt samples: fix thread function signatures 2023-10-30 12:24:34 +01:00
echo samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
echo_async samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
echo_async_select samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
echo_client samples: sockets: echo_client: assume connected without connmgr 2023-11-13 09:52:12 +01:00
echo_server samples: fix thread function signatures 2023-10-30 12:24:34 +01:00
http_client
http_get samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
net_mgmt samples: disable usermode for ip_k66f 2023-11-28 11:59:00 -06:00
packet samples coap_server: Move from native_posix to native_sim 2023-11-15 10:03:17 +01:00
sntp_client samples sntp_client: Move from native_posix to native_sim 2023-11-15 10:03:17 +01:00
socketpair samples net/posix: Rename old Makefiles and clarify READMEs 2023-10-20 15:01:42 +02:00
tcp samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
txtime samples/net: Move from native_posix to native_sim 2023-11-15 10:03:17 +01:00
websocket_client