|
|
|
|
 关于send调用的问题 - suntrees [ 2007-05-10 22:13 | 197 byte(s)]
 Re: 关于send调用的问题 - newroot [ 2007-05-11 20:19 | 16 byte(s)]
 Re: 关于send调用的问题 - suntrees [ 2007-05-12 13:33 | 262 byte(s)]
 Re: 关于send调用的问题 - cjhsh [ 2007-05-14 10:45 | 45 byte(s)]
 Re: 关于send调用的问题 - Atu [ 2007-05-11 14:47 | 14 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
|
我在做项目时,用send函数去实时发送视频数据,发现很多时间send返回值是-1,而此时的errno是ENOENT(2),查了一下man,发现并没有定义这个errno,不知道是怎么回事?另外,有什么好的办法可以使send总是发送成功呢?
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
|
perror的时候,返回“No such file or dircetory"这个错误,我用的平台是uClinux + s3c2510,在发送大量视频数据时,先用select判断socket连接符是否可用,但总是返回0,此时perror时就这样子。另外,为什么我现在的平均发送量只有100kbytes/s时,就发出现发送不出去了的情况呢?
|
|
|
[Original]
[Print]
[Top]
|
|
|