]> begriffs open source - freertos/commit
Fix DNS resolution failure for test.mosquitto.org
authorGaurav Aggarwal <aggarg@amazon.com>
Mon, 22 Jul 2019 18:27:45 +0000 (18:27 +0000)
committerGaurav Aggarwal <aggarg@amazon.com>
Mon, 22 Jul 2019 18:27:45 +0000 (18:27 +0000)
commit4c775574eb34f14e97b7cf034fc0cf72ac127996
treeb5b478e3799c1b83dceddf80911362e2ff3d241c
parent06f9278de3ac2733a73f6e8f37fb37caa321bcdc
Fix DNS resolution failure for test.mosquitto.org

The DNS cache entry size was not big enough to fit the DNS name and
as a result the DNS reply parsing code returned error. Increased the
size of the entry to ensure that the DNS name can fit in.
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/DemoTasks/SimpleMQTTExamples.c
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/mqtt/FreeRTOSIPConfig.h