Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dtls] fix DTLS connection issues (#8168)
This commit fixes two DTLS session issues on Posix: - Fix the issue that UDP connect would cause the kernel socket to bind to an address that might be different from the address used by the Commissioner. - Set the socket address to avoid kernel selecting an incorrect source address.
- Loading branch information