|
8#
楼主 |
发表于 2004-12-27 14:42:56
|
只看该作者
录制的脚本,第一行报错
Action()
{
lrs_create_socket("socket0", "TCP", "LocalHost=7900", "RemoteHost=PROXY:19619", LrsLastArg);
lrs_send("socket0", "buf0", LrsLastArg);
lrs_receive("socket0", "buf1", LrsLastArg);
lrs_send("socket0", "buf2", LrsLastArg);
lrs_receive("socket0", "buf3", LrsLastArg);
lrs_create_socket("socket1", "TCP", "LocalHost=7000", "RemoteHost=PROXY:21682", LrsLastArg);
lrs_send("socket1", "buf4", LrsLastArg);
lrs_receive("socket1", "buf5", LrsLastArg);
lrs_send("socket1", "buf6", LrsLastArg);
lrs_receive("socket1", "buf7", LrsLastArg);
lrs_send("socket1", "buf8", LrsLastArg);
lrs_receive("socket1", "buf9", LrsLastArg);
lrs_send("socket1", "buf10", LrsLastArg);
lrs_receive("socket1", "buf11", LrsLastArg);
lrs_send("socket1", "buf12", LrsLastArg);
lrs_receive("socket1", "buf13", LrsLastArg);
lrs_send("socket1", "buf14", LrsLastArg);
lrs_receive("socket1", "buf15", LrsLastArg);
lrs_send("socket1", "buf16", LrsLastArg);
lrs_receive("socket1", "buf17", LrsLastArg);
lrs_send("socket1", "buf18", LrsLastArg);
lrs_receive("socket1", "buf19", LrsLastArg);
lrs_send("socket1", "buf20", LrsLastArg);
lrs_receive("socket1", "buf21", LrsLastArg);
lrs_send("socket1", "buf22", LrsLastArg);
lrs_receive("socket1", "buf23", LrsLastArg);
lrs_send("socket1", "buf24", LrsLastArg);
lrs_receive("socket1", "buf25", LrsLastArg);
lrs_send("socket1", "buf26", LrsLastArg);
lrs_receive("socket1", "buf27", LrsLastArg);
lrs_send("socket1", "buf28", LrsLastArg);
lrs_receive("socket1", "buf29", LrsLastArg);
lr_think_time(6);
lrs_send("socket1", "buf30", LrsLastArg);
lrs_receive("socket1", "buf31", LrsLastArg);
lrs_send("socket1", "buf32", LrsLastArg); |
|