zephyr/samples/net/cloud
Robert Lubos 665d195f3a net: sockets: tls: Add missing symbols for a few options
`TLS_PEER_VERIFY` and `TLS_DTLS_ROLE` options accept specific values,
yet no symbols were defined for them. In result, magic numbers were used
in several places, making the code less readable.

Fix this issue, by adding the missing symbols to the `socket.h` header,
and using them in places where related socket options are set.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-01-20 09:58:23 +02:00
..
google_iot_mqtt net: sockets: tls: Add missing symbols for a few options 2020-01-20 09:58:23 +02:00
mqtt_azure net: sockets: tls: Add missing symbols for a few options 2020-01-20 09:58:23 +02:00