eWINDOW_ADVANCE_METHOD enumeration (wsrm.h)

The eWINDOW_ADVANCE_METHOD enumeration specifies the window advance mode used for Reliable Multicast.

Syntax

typedef enum eWINDOW_ADVANCE_METHOD {
  E_WINDOW_ADVANCE_BY_TIME = 1,
  E_WINDOW_USE_AS_DATA_CACHE
} ;

Constants

 
E_WINDOW_ADVANCE_BY_TIME
Value: 1
Window advances based on time. This is the default mode.
E_WINDOW_USE_AS_DATA_CACHE
Use the receive window as a data cache.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wsrm.h

See also

Reliable Multicast Programming

Socket Options