Replies: 1 comment 5 replies
-
@AmeyAvhad LWIP does support TOS, but the MicroPython bindings do not. You need to add handling for it to setsockopt, see https://github.com/micropython/micropython/blob/master/extmod/modlwip.c#L1374, to call lwip's setsockopt. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey can anyone help me with how to set the IP_TOS value in MQTT messages in ESP8266. I need to change the IP_TOS value for my project but the lwip stack doesn't seems to have the support for it, if so how can I implement it in the source code.
Beta Was this translation helpful? Give feedback.
All reactions