|
请教 Sockets 脚本是不是有问题,在运行场景后
/*********************************************************************
* Created by Mercury Interactive Windows Sockets Recorder
*
* Created on: Wed Jun 24 19:33:32
*********************************************************************/
#include "lrs.h"
Action()
{
lr_start_transaction("load");
lrs_create_socket("socket0", "TCP", "RemoteHost=192.168.1.233:7777", LrsLastArg);
lrs_close_socket("socket0");
lr_end_transaction("load", LR_AUTO);
return 0;
}
用 lsof -i 查看状态,一直是CLOSE_WAIT
::yiwusuoyou:::
[ 本帖最后由 sxxj 于 2009-6-25 10:51 编辑 ] |
|