使用java实现的RFC1945 http1.0协议。所有面向对象设计严谨按照RFC 1945协议中的描述。源代码逾4000行。提供给Java网络编程初学者学习
上传时间: 2013-12-10
上传用户:s363994250
RTP: Audio and Video for the Internet
上传时间: 2017-07-02
上传用户:chenlong
IPv6协议中flow_label的相关RFC
标签: flow_label IPv6 RFC 协议
上传时间: 2017-07-14
上传用户:skhlm
中、英文RFC文档大全打包下载完全版 .
上传时间: 2013-11-28
上传用户:李彦东
RTP英文标准文档,官网找来的,对大家很有用
上传时间: 2013-12-25
上传用户:a3318966
* TFTP client compatible with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> #ifndef MAKEWORD #define MAKEWORD(l,h) ((WORD)(((BYTE)(l))|(((WORD)(BYTE)(h))<<8))) #endif #define WSA_MAJOR_VERSION 1 #define WSA_MINOR_VERSION 1 #define WSA_VERSION MAKEWORD(WSA_MAJOR_VERSION, WSA_MINOR_VERSION)
标签: compatible borland compile visiual
上传时间: 2014-01-15
上传用户:yuchunhai1990
rtpfiletransfer 使用udp封装rtp的实现文件传输协议,效率不高 但大家可以看看
标签: rtpfiletransfer rtp udp 封装
上传时间: 2013-12-05
上传用户:569342831
利用rtp库实现实时语音传送,是做voip的必备协议
上传时间: 2014-01-22
上传用户:lili123
rfc 3984 文档 2005年英文pdf版本。
上传时间: 2013-12-20
上传用户:yiwen213
RFC中文文档大全,为E文不好的网友增加方便!!!
上传时间: 2013-12-24
上传用户:csgcd001