eclipse-threadx / netxduo

Eclipse ThreadX - NetXDuo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/index.md
MIT License
230 stars 131 forks source link

Does netx duo support ipv6 DSCP? #159

Closed shahab5 closed 1 year ago

shahab5 commented 1 year ago

nx_ip_packet_send that takes type of service as input, but nx_ipv6_packet_send doesn't.

Why DSCP isn't supported for IPv6? Is this not an important feature to support?

Thanks, Shahab

TiejunMS commented 1 year ago

@shahab5 , I would not say DSCP is not important. But unfortunately, it is not supported by NetX Duo yet. And we don't have a plan to support it in the near future. You are free to modify the source code in your local environment to support this feature.

shahab5 commented 1 year ago

Thanks @TiejunMS for a quick response!