What do these constants do for a TCP/IP connection?

Michael Fowler 131 Reputation points
2022-08-01T18:03:26.85+00:00

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)

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
331 questions
{count} votes

Accepted answer
  1. Tiejun Zhou 1,126 Reputation points Microsoft Employee
    2022-08-03T05:02:13.367+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.