Other Parts Discussed in Thread: CC3120BOOST, MSP-EXP432E401Y, CC3120
Hi, guys.
I have a suit of MSP-EXP432E401Y+CC3120BOOST, I found the Features "IPv4 and IPv6 TCP/IP Stack" in swas034 document. However, in actual development, it was found that it was not possible to connect to IPv6 addresses. I ended up finding the following code comment in the SDK source code. I follow order is `SlNetSock_connect --> SlNetIfWifi_connect --> sl_Connect` .
with the latest SDK version of simplelink_sdk_wifi_plugin_2_40_00_22, they can get IPv6 global address from the DHCPv6 service , they can query IPv6 address from DNS. but with to connecting to IPv6 address occur error as `SLNETERR_BSD_ECONNREFUSED (-111L) /**< Connection refused `
"On this version only AF_INET is supported socket address" is True? Thanks.