What does Windows error code 11029 (WSA_QOS_ESDMODEOBJ) mean?

 
Previous Next
WSA_QOS_EPSFILTERSPEC WSA_QOS_ESHAPERATEOBJ

WSA_QOS_ESDMODEOBJ

Shape/discard mode controls treatment of traffic above the token rate

WSA_QOS_ESDMODEOBJ identifies an invalid QOS_SD_MODE object in the provider-specific sequence. The object tells the packet shaper how to handle nonconforming traffic, such as delaying packets to shape the flow or changing their treatment when the configured token rate is exceeded.

Validate the common object header, the mode value, and the surrounding FLOWSPEC that supplies the rate context. A supported mode can still be meaningless if no traffic-control shaping is active in that direction. Microsoft documents this object for the Traffic Control API rather than ordinary QOS API consumers, so confirm that the selected provider and call path accept it. Do not alter discard behavior without considering packet loss, latency, and application retry characteristics.

Shape/discard checks

  • ObjectType and ObjectLength.
  • ShapeDiscardMode value.
  • TokenRate for the affected flow direction.
  • API and provider expected to consume the object.

References


Looking for a different code? Search another status or error code.