MULTICAST_LOOPBACK_MODE enumeration

[MULTICAST_LOOPBACK_MODE is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The MULTICAST_LOOPBACK_MODE enum describes the multicast loopback mode.

Syntax

} MULTICAST_LOOPBACK_MODE;

Constants

MM_NO_LOOPBACK

Multicast loopback is disabled. That means two applications on the same machine joining the same multicast group can get each other's packets.

MM_FULL_LOOPBACK

All the packets sent out are looped back as well. This mode is useful only for testing.

MM_SELECTIVE_LOOPBACK

Selective loopback is enabled. That means enabled multiple applications on one machine can join the same multicast group without confusion. The packets are looped back from the stack and each RTP session is responsible for filtering out unwanted packets.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
Confpriv.h

See also

IMulticastControl::get_LoopbackMode

IMulticastControl::put_LoopbackMode