The information in this article applies to:
SYMPTOMSWhen using the WSAGetQOSByName API to retrieve the QOS structure associated with a predefined QOS template, the values returned for TokenRate and PeakBandwidth are incorrect; they are in units of bits/second, instead of bytes/second. For example, the predefined G711 QOS template returns a TokenRate value of 68000 instead of 8500. RESOLUTIONTo work around this problem, just divide TokenRate and PeakBandwidth by 8 after calling WSAGetQOSByName when running on Windows 98. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Additional query words:
Keywords : kbnetwork kbAPI kbGQos kbSDKPlatform kbWinOS98bug kbWinsock kbGrpNet |
Last Reviewed: March 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |