Title:
udp-reliable-data-transmission Download
Description: Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Math.random ()) 2. After the case of redundant packet loss retransmission ack 3. Retransmission timeout (DatagramSocket and Socket has a member function setSoTimeout ( delay), by capturing the IO exception thrown during timeout to achieve retransmission timeout)
- [UDPProtocol] - using UDP protocol transmission, and sim
- [gbn] - Oh, Chiao Tung network operations; Relia
- [reliabledatatransmissionGBN] - reliable data transfer buffers that can
- [UDP] - The use of UDP algorithm simulation of t
- [UDP] - To achieve a reliable UDP data transfer
- [udp] - Using udp to achieve reliable data trans
- [IP] - Ported to embedded system TCPIP protocol
- [GBN] - GBN to achieve the function, the use of
- [913319803] - GBN, the computer network protocol progr
- [JNM-0.2] - network scanner used to scan the packet
File list (Check if you may need any files):
可靠数据传输代码实现\UDPClient\.classpath
....................\.........\.project
....................\.........\bin\UDPClient.class
....................\.........\src\UDPClient.java
....................\...Server\.classpath
....................\.........\.project
....................\.........\bin\UDPServer.class
....................\.........\src\UDPServer.java
....................\...Client\bin
....................\.........\src
....................\...Server\bin
....................\.........\src
....................\UDPClient
....................\UDPServer
可靠数据传输代码实现