master
Code improvements for the unresolved comments
Refactor features/netsocket and move to connectivity/netsocket
DTLSSocket handshake timeout calls object functions even if object is destructed. Fixed by removing timeout event from event queue on close/destruction.
New feature: send/recv message implementation added to network stack
Add SPDX license identifier to Arm files
Fix 'netsocket: several dynamic allocation results not checked' (#14210)
Remove Cellular dependency in netsocket
Removing FIXME comment and adding empty line in the test file
Avoid calling virtual functions from constructors and destructors