|
Action()
{
lrs_create_socket("socket0", "TCP", "LocalHost=0", "RemoteHost=ATENA-SOFTDEV:1433", LrsLastArg);
lrs_send("socket0", "buf0", LrsLastArg);
lrs_receive("socket0", "buf1", LrsLastArg);
lrs_send("socket0", "buf2", LrsLastArg);
lrs_receive("socket0", "buf3", LrsLastArg);
lrs_send("socket0", "buf4", LrsLastArg);
lrs_receive("socket0", "buf5", LrsLastArg);
lrs_send("socket0", "buf6", LrsLastArg);
lrs_receive("socket0", "buf7", LrsLastArg);
lrs_send("socket0", "buf8", LrsLastArg);
lrs_receive("socket0", "buf9", LrsLastArg);
return 0;
}
很小的一个程序当时buf7出问题,
Software caused connection abort. Error code : 10053
请问大家谁知道怎么解决啊。谢谢了啊, 真的很急。 |
|