搜索资源列表
-
1下载:
可靠的UDP文件传输,用C++builder实现的,Reliable UDP file transfer, using C++ Builder to achieve the
-
-
0下载:
用C语言开发的在Linux平台上的TFTP(RFC1380)服务器端和客户端. 支持目录列表, 可变块大小(RFC2348). 传输模式只支持二进自制模式.
停止等待机制作为数据传输的基本机制, 是网络编程必须的掌握的技能. TFTP 协议使用基于UDP的停止等待机制来实现文件的可靠传输. -Developed using C language in Linux platform TFTP (RFC1380) server-side and client. Supported dir
-
-
2下载:
用UDP实现可靠文件传输
大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not
-
-
0下载:
UDP File Transporter,一个用udp可靠传输实现的文件传输程序-UDP File Transporter, a transfer by udp reliable file transfer procedures to achieve
-
-
0下载:
用UDP实现可靠文件传输 用UDP实现可靠文件传输 -Use UDP to achieve a reliable file transfer
-
-
0下载:
udp实现的可靠文件传输.
我从网上下载到的,和大家一起分享.
-udp achieve reliable file transfer. I downloaded from the Internet, and share with everyone. He He Ha ha ha
-
-
0下载:
FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transfer protocol that is used in th
-
-
0下载:
用ftp实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了。-Reliable file transfer using ftp it is clear that if the use of TCP to transfer files, it will be very simple, simply do not have to wor
-
-
0下载:
UDT网络传输协议开源包,是基于UDP的可靠传输协议,支持P2P,有现成的文件传输函数,速度比TCP快。-Open source packages of the UDT network transport protocol is UDP-based reliable transport protocol to support P2P, there is a ready-made file transfer function, the speed is faster than TCP.
-
-
0下载:
针对目前流行的文件传输技术的不足, 提供了一种利用UDP 协议进行可靠、快速的多文件传输的设计方法和实现过程, 较好地解决了文件传输过程中的速度和可靠性的矛盾. 同时在数据传输的过程中引入数据流控制、差错处理、有序保证和安全保证等机制, 使文件传输更加快速, 更加安全可靠.-Lack of popular file transfer technology, using the UDP protocol for reliable, fast multi-file transfer and impl
-
-
0下载:
Linux下的UDP可靠传输实现,文件传输-UDP reliable transmission of Linux implementations, file transfer
-
-
0下载:
该代码通过UDP功能实现文件传输。开发者可以参照此程序进行开发。实例已经过实测,并成功的传输doc文件。性能可靠。-The code file transfer via UDP function. Developers can refer to this application was developed. Examples have been found, and successfully transfer doc files. Reliable performance.
-
-
0下载:
Trochilus
A fast&free windows remote administration Tool
Coded in C++ (using VS2010)
Features
Support TCP,UDP,HTTP,HTTPS
Serilize Protocol
Support Non-UAC
Shellcode Extension
Remote Uninstall
Singled-Threaded
File Manager
-
-
1下载:
UDP文件传输,实现UDP可靠传输,可实现断点文件续传,可在广域网下实现断点重连文件传输-UDP file transfer, UDP achieve reliable transmission can be achieved breakpoint resume file can be realized in a wide area network file transfer breakpoint reconnection
-