Changeset 394


Ignore:
Timestamp:
May 24, 2019, 12:06:39 PM (5 years ago)
Author:
coas-nagasima
Message:

ハンドシェイク中に受信できなかった場合、1ms待つよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub/trunk/azure_iothub/c-utility/adapters/tlsio_wolfssl.c

    r393 r394  
    5656
    5757STATIC_VAR_UNUSED const char* const OPTION_WOLFSSL_SET_DEVICE_ID = "SetDeviceId";
    58 static const size_t SOCKET_READ_LIMIT = 30000; // 30,000 ms ?
     58static const size_t SOCKET_READ_LIMIT = 10000; // 10,000 ms ?
    5959
    6060/*this function will clone an option given by name and value*/
     
    365365            {
    366366                tls_io_instance->socket_reads++;
     367                ThreadAPI_Sleep(1);
     368                return 0;
    367369            }
    368370        }
Note: See TracChangeset for help on using the changeset viewer.