AD_GENERAL_PARAMS structure (qossp.h)
The AD_GENERAL_PARAMS structure contains the General Characterization Parameters contained in the RSVP Adspec object.
typedef struct _AD_GENERAL_PARAMS {
ULONG IntServAwareHopCount;
ULONG PathBandwidthEstimate;
ULONG MinimumLatency;
ULONG PathMTU;
ULONG Flags;
} AD_GENERAL_PARAMS, *LPAD_GENERAL_PARAMS;
IntServAwareHopCount
Number of hops that conform to Integrated Services (INTSERV) requirements.
PathBandwidthEstimate
Minimum bandwidth available from sender to receiver.
MinimumLatency
Sum of the minimum latency of the packet forwarding process in routers, in milliseconds. Can be set to INDETERMINATE_LATENCY.
PathMTU
Maximum Transmission Unit (MTU) for the end-to-end path between sender and receiver that will not incur packet fragmentation.
Flags
Flags associated with the parameters. The following flag is supported:
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | qossp.h |