mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0c379e6663
Foundation transport contained TCP properties for both TCP and SSL transport, so it was enough to set the TCP connection properties (keepalive, interface binding) to one transport only. After merging 5778a7c7 we have separate TCP properties for these transports and need to set the same for both. This commit also fixes unnecessary allocation of 1 more byte for if_name Closes https://github.com/espressif/esp-protocols/issues/322