avatar
anything like STL in C?# Programming - 葵花宝典
s*k
1
【 以下文字转载自 EE 讨论区 】
发信人: silverhawk (silverhawk), 信区: EE
标 题: 在线听歌一类的应用是用TCP吗?还是UDP?
发信站: BBS 未名空间站 (Sat Oct 11 10:11:43 2008)
感觉应该是TCP,不是很确定。另外比如文件传输,这个应该是标准的TCP应用,但是比
如我用QQ传输比用MSN传输快很多,难道是两者做了不同优化,还是什么其他原因?
avatar
r*r
2
working on a project that uses only C.
just wondering if there is any free/open C library
similar to STL (/w containers), in terms of code quality and popularity?
avatar
k*4
3
都有可能吧~~~
avatar
d*q
4
c doesn't need STL at all..hehe...
use void* instead
avatar
j*x
5
没理由用tcp,tcp的延迟抖动会严重影响播放质量。当然现在网络条件好,也可以采用
大缓冲的tcp;其实udp可以方便定制,开发的产品的质量综合要比tcp好才对
avatar
z*n
7
打开netstat看看就知道了。

【在 j********x 的大作中提到】
: 没理由用tcp,tcp的延迟抖动会严重影响播放质量。当然现在网络条件好,也可以采用
: 大缓冲的tcp;其实udp可以方便定制,开发的产品的质量综合要比tcp好才对

avatar
v*s
10
i think the connection is by tcp, and after u get the ip from content server
and established, the streaming is by udp

【在 s********k 的大作中提到】
: 【 以下文字转载自 EE 讨论区 】
: 发信人: silverhawk (silverhawk), 信区: EE
: 标 题: 在线听歌一类的应用是用TCP吗?还是UDP?
: 发信站: BBS 未名空间站 (Sat Oct 11 10:11:43 2008)
: 感觉应该是TCP,不是很确定。另外比如文件传输,这个应该是标准的TCP应用,但是比
: 如我用QQ传输比用MSN传输快很多,难道是两者做了不同优化,还是什么其他原因?

avatar
T*3
11
r u kidding?

server

【在 v****s 的大作中提到】
: i think the connection is by tcp, and after u get the ip from content server
: and established, the streaming is by udp

avatar
m*o
12
make no sense to use TCP for streaming. If a packet lost, then lost. It will
make the feeling suffering to wait and resent. I think it should be UDP
avatar
z*n
13
ft, check it out with Wireshark, please.

will

【在 m*****o 的大作中提到】
: make no sense to use TCP for streaming. If a packet lost, then lost. It will
: make the feeling suffering to wait and resent. I think it should be UDP

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。