What does HRESULT 0x80340009 (ERROR_NDIS_MULTICAST_FULL) mean?

 
Previous Next
ERROR_NDIS_DEVICE_FAILED ERROR_NDIS_MULTICAST_EXISTS

ERROR_NDIS_MULTICAST_FULL

ERROR_NDIS_MULTICAST_FULL The adapter cannot accept another multicast address because its programmed multicast list has reached the supported limit. The limit can be in hardware, firmware, or the miniport implementation.

What to check

  • List the multicast consumers and remove duplicate or obsolete subscriptions before increasing scope.
  • Check whether the driver supports multicast filtering in hardware or falls back to promiscuous or software filtering.
  • For a driver implementation, return the correct capability and enforce the documented limit consistently.

Microsoft: NDIS status values

Microsoft: Handling OID requests in a miniport adapter

Microsoft: !ndiskd.netadapter


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