We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6edc26 commit 3ee8e30Copy full SHA for 3ee8e30
NetworkStack.h
@@ -73,6 +73,8 @@ enum nsapi_level_t {
73
enum nsapi_option_t {
74
NSAPI_REUSEADDR, /*!< Allow bind to reuse local addresses */
75
NSAPI_KEEPALIVE, /*!< Enables sending of keepalive messages */
76
+ NSAPI_KEEPIDLE, /*!< Sets timeout value to initiate keepalive */
77
+ NSAPI_KEEPINTVL, /*!< Sets timeout value for keepalive */
78
NSAPI_LINGER, /*!< Keeps close from returning until queues empty */
79
NSAPI_SNDBUF, /*!< Sets send buffer size */
80
NSAPI_RCVBUF, /*!< Sets recv buffer size */
0 commit comments