mirror of https://github.com/ARMmbed/mbed-os.git
Secure sending code was passing the remote address as the source address, bizarrely. This records the local address last used as the destination for incoming packets and uses that. Other fix-ups: * dest_addr (ie remote address) removed from internal_socket_t; this isn't safe, as one socket talks to multiple remote peers. Use address in secure_session_t instead. * Some renaming: listen_socket->socket, send/receive callbacks, remote_address+remote_port -> remote_host |
||
---|---|---|
.. | ||
include | ||
coap_connection_handler.c | ||
coap_message_handler.c | ||
coap_security_handler.c | ||
coap_service_api.c |