标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Some Frequently Asked Questions about RTP | 1757 | 0 | 0 | 2008-11-06 | |
DTMF在VOIP中的解决方案 | 1355 | 0 | 0 | 2008-04-11 |
chinaunix网友2010-08-05 15:44
您好,看了您的udp crc的文章,代码中有如下一段 if (nleft == 1) { u_char a = 0; memcpy(&a,w,1); sum += a; } 在处理最后一个单独字节的时候,我想知道为什么不组成一个16b的大小呢?而是直接加上去。 cuiyudaniu@163.com