PEERDIST_CLIENT_BASIC_INFO structure (peerdist.h)

The PEERDIST_CLIENT_BASIC_INFO structure indicates whether or not there are many clients simultaneously downloading the same content.

Syntax

typedef struct _PEERDIST_CLIENT_BASIC_INFO {
  BOOL fFlashCrowd;
} PEERDIST_CLIENT_BASIC_INFO, *PPEERDIST_CLIENT_BASIC_INFO;

Members

fFlashCrowd

Indicates that a "flash crowd" situation has been detected, where many clients in the branch office are simultaneously downloading the same content.

Remarks

Thie PEERDIST_CLIENT_BASIC_INFO structure is retrieved from the PeerDistClientGetInformationHandle function with PeerDistClientBasicInfo value specified for the PeerDistClientInfoClass parameter.

If true, content that cannot be retrieved from the Peer Distribution APIs may soon be available for retrieval.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header peerdist.h

See also

PeerDistClientGetInformationHandle