mirror of
https://github.com/espressif/esp-idf
synced 2025-04-15 03:00:11 -04:00
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