RishaHolla

Results 11 comments of RishaHolla

Could someone pls help with this?

"One IP interface only supports one IPv4 address. It can support multiple IPv6 addresses. See more details of this macro NX_MAX_IPV6_ADDRESSES" as quoted by you @TiejunMS I understand that one...

Ok, so basically on one IP address if there is an ongoing TCP/UDP data download/upload going on, parallelly if SLAAC obtains a new IP and makes it valid, it should...

@TiejunMS I understand that SLAAC needs to be enabled by default in the stack, but for it to be enabled the below variable needs to be set like this. ip_ptr...

Hey thanks! This comment helped, we had reversed this in our code under porting flag (i.e NX_STATELESS_ADDRESS_AUTOCONFIG_ENABLED is defined to 1) to disable SLAAC by default and not enable as...

@TiejunMS As you mentioned icmpv6 needs to be enabled before SLAAC will start as SLAAC relies on icmpv6. But in netx stack icmpv6 is enabled only when host triggers a...

@bo-ms as quoted by you above **"Or you can call nx_dhcpv6_request_option_DNS_server() before nx_dhcpv6_request_solicit(), once DHCPv6 interaction completed, call nx_dhcpv6_get_DNS_server_address() to get the DNS address, in this way, you need not...

Thanks @TiejunMS @bo-ms

Hi, Unfortunately no application or demo files that uses nxd_icmpv6_ra_flag_callback_set() api is available in the repo for reference, nor could i find a reference in host scanning these bits and...