Action.c(32)已提示实际只收到了8字节,那么Action.c(34)我是从48字节开始取值,怎么还能取到正确的值呢?
注:正常情况下即Action.c(32)收到了114字节,Action.c(36)这样显示是正确的作者: aman_cao 时间: 2009-2-9 10:35
If the buffer size does not match (smaller or larger), lrs_receive rereads the incoming data carried by the socket, until the receive_timeout. By default the receive_timeout is 10 seconds。作者: babel 时间: 2009-2-9 11:06
不是设置超时时间的问题,在脚本回放时我做了些操作,使回放时实际只能收到8字节。我现在就有些不明白的是,Action.c(32)已提示实际只收到了8字节,那么Action.c(34)我是从48字节开始取值,怎么还能取到正确的值呢?