虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

UDP

Internet协议集支持一个无连接的传输协议,该协议称为用户数据报协议(UDP,UserDatagramProtocol)。UDP为应用程序提供了一种无需建立连接就可以发送封装的IP数据包的方法。RFC768[1]描述了UDP
  • 代理

    代理,proxy1和proxy2通过UDP相连,client和server通过tcp和proxy相连

    标签: 代理

    上传时间: 2017-06-19

    上传用户:xjz632

  • 网络编程技术

    网络编程技术,使用多线程开发的基于UDP的简单聊天程序。聊天基本功能均与实现

    标签: 网络 编程技术

    上传时间: 2014-12-07

    上传用户:LouieWu

  • 一个tcp/ip协议栈

    一个tcp/ip协议栈,实现了包括arp、tcp、UDP、http、ftp、动态分配IP等协议

    标签: tcp ip 协议栈

    上传时间: 2017-07-01

    上传用户:jichenxi0730

  • 利用系统驱动服务ipFltDrv.sys写的过滤驱动

    利用系统驱动服务ipFltDrv.sys写的过滤驱动,仅支持TCP\UDP\ICMP协议的拦截、过滤

    标签: ipFltDrv sys 服务

    上传时间: 2013-12-10

    上传用户:yt1993410

  • Linux网络编程TCP/IP协议

    Linux网络编程TCP/IP协议,介绍网络层次,IP的数据结构,UDP和TCP协议等

    标签: Linux TCP IP 网络编程

    上传时间: 2017-07-13

    上传用户:dsgkjgkjg

  • 专用于win98

    专用于win98,win2000,winxp下开发网络程序用途,可以看成网络精灵,功能类似串口精灵,可以作为客户端调试,也可作为服务器端调试,支持TCP/ip协议,UDP协议

    标签: win 98

    上传时间: 2017-07-22

    上传用户:wang5829

  • CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs

    CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs * Initializes CPUs, caches, memory controllers, and peripherals * Built-in device drivers for SB1250 SOC peripherals * Several console choices, including serial ports, ROM emulators, JTAG, etc. * Environment storage in NV EEPROM, flash, etc. * Supports big or little endian operation * Supports 32-bit and 64-bit processors * Support for network bootstrap. Network protocols supported include IP,ARP,ICMP,UDP,DHCP,TFTP. * Support for disk bootstrap. * Provides an external API for boot loaders and startup programs * Simple user interface. UI is easy to remove for embedded apps.

    标签: following important contains features

    上传时间: 2014-11-23

    上传用户:龙飞艇

  • 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持

    用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。

    标签: Sockets socket VC 6.0

    上传时间: 2014-03-12

    上传用户:从此走出阴霾

  • 一个C程序

    一个C程序,获取ARP表信息,UDP通讯及连接数据库,读取配置文件等功能

    标签: C程序

    上传时间: 2017-08-07

    上传用户:it男一枚

  • The uIP implementation is designed to have only the absolute minimal set of features needed for a fu

    The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, ICMP and TCP protocols. uIP is written in the C programming language.

    标签: implementation designed absolute features

    上传时间: 2017-08-08

    上传用户:xinzhch