-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New CoAPClient creator method using a standard socket
In some scenarios it's useful to have control over advanced socket configuration. These advanced settings are available in the socket2 crate. To create CoAPClient using sockets with these advanced settings, we need a creator method capable of using standard-socket- compatible socket instance that can be explicitly configured by the API user.
- Loading branch information
Showing
2 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters