gpt4 book ai didi

c++ - 使用 visual studio 测量 RTT

转载 作者:可可西里 更新时间:2023-11-01 02:43:50 29 4
gpt4 key购买 nike

我正在尝试使用 visual studio 测量 RTT。现在,当我调用该函数时:

GetTcpRow(554, clientPort, MIB_TCP_STATE_ESTAB,(PMIB_TCPROW) serverConnectRow);
if (winStatus != ERROR_SUCCESS) {
wprintf
(L"\nGetTcpRow failed on the server established connection with %d",
winStatus);
goto bail;

它将值 1168 返回给变量 winStatus然后打印消息 nGetTcpRow failed on the server established connection with 1168 并停止运行。

有人知道问题出在哪里吗? GetTcpRow 函数有什么作用?

谢谢。

最佳答案

Google 在这里找到了 GetTcpRow() 的代码

http://msdn.microsoft.com/en-us/library/windows/desktop/bb485735(v=vs.85).aspx

代码中有多个错误分支。您需要查找的值各种返回代码以查看发生了哪个错误分支。

关于c++ - 使用 visual studio 测量 RTT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14416248/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com