Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dtls: divide dtls_security_parameters_t
dtls_security_parameters_t is now divided into dtls_security_parameters_t, which contains the values needed for the current cipher in use and dtls_handshake_parameters_t, which contains the values for the cipher which is currently negotiated in the handshake. This makes it possible to just store one version of this struct and save some memory per connection. Signed-off-by: Hauke Mehrtens <[email protected]>
- Loading branch information