Hello,
as far as I know the TLS implementation in the NRF9169 MFW does currently not support Connection Identifiers for DTLS 1.2.
Are there any plans or a timeline when this might be available?
I need to open a UDP/DTLS socket on a NRF9160 that connects to a CoAP (or LWM2M) server over LTE. I want to keep the connection open for a long period of time (several days) to minimize the traffic for the handshake. In practice this does not work because of NAT happening in the network infrastructure. From the server perspective the client changes the network port (and maybe the IP address) and the DTLS connection can not be associated any more. The connection ID would solves this problem.
I know that the RFC is still a draft.
An alternative would be to use MbedTLS. MbedTLS has already implemented connection IDs (we are using this in an Mbed based project). But this would increase the firmware size quite a bit.
Any ideas?
Thanks
Andre