|
Default Values
A default flowspec structure is associated with each eligible socket at the time it is created.
The member values for the default flowspec structure, in all cases, indicate
that no particular flow characteristics are being requested from the network.
Applications only need to modify values important to that application, but must be
aware that there is some coupling between fields such as TokenRate and
TokenBucketSize. These are the values for the default flow spec:
TokenRate = -1 (not specified)
TokenBucketSize = -1 (not specified)
PeakBandwidth = -1 (not specified)
Latency = -1 (not specified)
DelayVariation = -1 (not specified)
LevelOfGuarantee = BestEffortService
CostOfCall = 0 (reserved for future use)
NetworkAvailability = (read-only value)
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|