These symbols are used by type of service in IP layer. See more details in RFC 791, page 12. For NetX, this value will be set in the IP header only. Nothing special at device end.
What do these constants do for a TCP/IP connection?
Michael Fowler
131
Reputation points
The documentation lists these constants, but does not define what they do
NX_IP_NORMAL (0x00000000)
NX_IP_MIN_DELAY (0x00100000)
NX_IP_MAX_DATA (0x00080000)
NX_IP_MAX_RELIABLE (0x00040000)
NX_IP_MIN_COST (0x00020000)
Accepted answer
-
Tiejun Zhou 1,126 Reputation points Microsoft Employee
2022-08-03T05:02:13.367+00:00