Changeset 394 for azure_iot_hub
- Timestamp:
- May 24, 2019, 12:06:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
azure_iot_hub/trunk/azure_iothub/c-utility/adapters/tlsio_wolfssl.c
r393 r394 56 56 57 57 STATIC_VAR_UNUSED const char* const OPTION_WOLFSSL_SET_DEVICE_ID = "SetDeviceId"; 58 static const size_t SOCKET_READ_LIMIT = 30000; // 30,000 ms ?58 static const size_t SOCKET_READ_LIMIT = 10000; // 10,000 ms ? 59 59 60 60 /*this function will clone an option given by name and value*/ … … 365 365 { 366 366 tls_io_instance->socket_reads++; 367 ThreadAPI_Sleep(1); 368 return 0; 367 369 } 368 370 }
Note:
See TracChangeset
for help on using the changeset viewer.