Ignore:
Timestamp:
May 24, 2019, 11:03:14 AM (5 years ago)
Author:
coas-nagasima
Message:

WolfSLLのハンドシェイクで受信がないときタイムアウトするよう変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub/trunk/app_iothub_client/src/client.c

    r390 r393  
    190190                                printf("failure to set option \"CURL Verbose\"\r\n");
    191191                        }
    192 #endif
     192
    193193                        unsigned int timeout = 241000;
    194194                        // Because it can poll "after 9 seconds" polls will happen effectively // at ~10 seconds.
     
    206206                                printf("failure to set option \"MinimumPollingTime\"\r\n");
    207207                        }
    208 
     208#endif
    209209#ifdef SET_TRUSTED_CERT_IN_SAMPLES
    210210                        // For mbed add the certificate information
Note: See TracChangeset for help on using the changeset viewer.