标签:
例如:
lrs_create_socket("socket2", "TCP", "RemoteHost=tears.mercury.co.il:23", LrsLastArg);lrs_send("socket2", "buf2", LrsLastArg);lrs_set_recv_timeout(120,0);lrs_set_recv_timeout2(10,0);lrs_receive("socket2", "buf3", LrsLastArg); |
LoadRunner中lrs_set_recv_timeout和lrs_set_recv_timeout2的区别
标签:
原文地址:http://www.cnblogs.com/shengs/p/4376478.html