搜索资源列表
udp服务器
- udp传输实现代码,属于服务器端。-udp transmission realization code belonging server.
UDP传输server端
- linux系统下,基于C语言的UDP传输server端
UDP传输协议实现的聊天程序
- 一个简单基于UDP传输协议实现的聊天程序
UDP传输,包含客户端和服务器端两个CPP
- UDP传输,包含客户端和服务器端两个CPP。实现客服端与服务器的双向通信。,UDP server
The_Application_of_LwIP(UDP).r
- LwIP在Luminary系列cortex m3 MCU上的应用,实现了UDP传输协议,可用于对LM3S系列ARM MCU的学习以及LwIP的学习。,Luminary Series LwIP in cortex m3 MCU applications,the realization of the UDP transport protocol,can be used for ARM MCU Series LM3S learning and learning LwIP.
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
udp
- udp传输小实例,朋友介绍的,听说是微软自带的-udp transmission of small examples, friends introduced, I heard that Microsoft s own
udp
- linux下简单的UDP传输文件功能,有client,server,两个端口,先开起服务端,然后运行客服端。-UDP under linux simple function to transfer files, the client, server, two port, first started service client, and then run the customer service side.
UDP
- 用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
UDP
- 关于UDP数据传输的相关问题,大家在UDP通讯时可以参考使用。-About UDP data transmission related issues at U.S. UDP communication can use and reference.
udp
- udp传输小实例 帮助初学者学习udp传输-udp transport small example to help beginners learn udp transport
UDPMain
- 一个简单的UDP传输实例,提供给初学者学习。本人也是初学者,相互学习(A simple example of UDP transmission, for learning.)
UDP传输数据-按键触发STOP
- NB-IOT stm32开发板的参考资料,功能为UDP传输数据-按键触发STOP(NB-IOT STM32 development board reference, function for UDP transmission of data - key trigger STOP)
UDP传输数据-RTC触发STOP
- NB-IOT stm32开发板的参考资料 UDP传输数据-RTC触发STOP(NB-IOT STM32 development board reference UDP transmission data -RTC triggers STOP)
UDP传输与接收数据
- NB-IOT stm32开发板的参考资料 UDP传输与接收数据(NB-IOT STM32 development board reference data UDP transmission and receiving data)
udp传输
- 基于udp文件传输协议,实现udp大文件传输,且稳定(Based on UDP file transfer protocol, UDP large file transmission is realized and no packet is lost)
UDP文件传输
- udp文件传输,可以实现udp 传输且完成了实验报告的编写(UDP file transmission, can achieve UDP transmission and completed the preparation of the experimental report)
Socket UDP for transfering files
- 使用UDP传输文件,阻塞式 socket 编程。(using UDP to transfer files, blocking socket programming.)
可靠 UDP 传输
- 对使用udp完成可靠传输实现的介绍,以及对拥塞控制的简介(An introduction to the implementation of a reliable transmission with UDP and a brief introduction to congestion control)
可靠udp传输代码
- 可靠的udp传输代码,udt源码可靠传输