Commit Graph

9 Commits (aa6d80d39eb52afacb2f12c1e2a03c261b5ece72)

Author SHA1 Message Date
Mel Weed 8d84a14cda removing 'easy to use' 2019-02-08 16:45:28 +00:00
Seppo Takalo 4d6e99c52e Add more documentation to Socket classes. 2019-02-08 16:45:28 +00:00
Seppo Takalo 1b40e43e0e Remove extra @param values 2019-02-08 16:45:28 +00:00
Kari Haapalehto 02e2704db0 Doxygen corrections to DTLSSocket.h, TLSSocket.h, TLSSocketWrapper.h and DTLSSocketWrapper.h 2019-02-08 16:45:28 +00:00
Kari Haapalehto 222a36c6f4 Doxygen corrections to: - DTLSSocket.h - TLSSocket.h - TLSSocketWrapper.h 2019-02-08 16:45:28 +00:00
Seppo Takalo 0f5cec3ebc Include TLSSocket and DTLSSocket in Doxygen 2018-11-20 11:47:28 +02:00
Seppo Takalo bdc355f873 Astyle fixes 2018-11-19 15:31:31 +02:00
Seppo Takalo 46c46019bc Refactor DTLSSocket to use Socket::getpeername()
Also, let DTLSSocket to be a friend of InternetSocket so it can do
the name resolution from its _stack.

+ Some whitespace fixes
2018-11-19 15:19:49 +02:00
Seppo Takalo 2ca1fe65dd Implement DTLSSocket helper
This is equivalent of TLSSocket class but for UDP and DTLS.
2018-11-19 15:19:49 +02:00