CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux udp

搜索资源列表

  1. Linux

    0下载:
  2. linuxptables -P INPUT -A -p tcp -s 192.168.100.0/24 --dport 445 -j ACCEPT iptables -P INPUT -A -p udp -s 192.168.100.0/24 --dport 137 -j ACCEPT iptables -P INPUT -A -p udp -s 192.168.100.0/24 --dport 138 -j ACCEPT iptables -P INPUT -A -p udp -s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1649
    • 提供者:路人甲
  1. Linux_Network_Administrators_Guide

    0下载:
  2. Linux network administrators guide. It Covers UUCP, TCP/IP, UDP, IPX protocols. Kernel configuration issues, accounting, NIS and NFS.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-03
    • 文件大小:1504406
    • 提供者:anonymous
  1. Dns_Client

    0下载:
  2. this program is a dns protocol client, sends the query to certain server and analysis the answer to display it, it works using both udp and tcp protocols
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:86885
    • 提供者:espil
  1. test_udp_recv

    0下载:
  2. Linux环境下,使用udp进行数据接收的实际例子。-Linux environment, using the udp data received practical examples.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1451
    • 提供者:huang
  1. network_frame

    0下载:
  2. 使用boost::ASIO开发的一个tcp/udp服务器、客户端的架构。-this a framework for the network(tcp/udp,server and client) by the boost::asio
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:42818
    • 提供者:李浩
  1. good-upd-tunnel

    0下载:
  2. 我们嵌入式项目里使用的udp建立隧道的代码,Linux环境下使用,代码高效的实现了隧道功能并增加了封装我们客制化的一些功能。-We are using udp embedded inside the project to establish the tunnel code, Linux environments, code and efficient implementation of the tunnel, and can increase the package, we have custo
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:7396
    • 提供者:Cocos
  1. The_Linux_Networking_Architecture

    0下载:
  2. 除了PPP、IP、防火牆、路由、TCP、NAT、UDP及套接字等核心問題外,本書還討論了最新的協議及協議擴展,譬如各種DSL訪問技術中用到的PPPoE協議、Bluetooth(藍牙)四驅動程序及QoS(Quality-of-Service,服務質量)支持等-In addition to PPP, IP, firewall, routing, TCP, NAT, UDP, and sockets and other core issues, this book also discusses the
  3. 所属分类:Communication

    • 发布日期:2017-05-26
    • 文件大小:9059936
    • 提供者:essle9
  1. socket

    0下载:
  2. Linux下的SOCKET通信程序,包括TCP通信范例和UDP通信范例,修改Makefile文件可在PC平台或者嵌入式平台上运行-Linux Socket communications programs, including TCP and UDP traffic communication paradigm, paradigm, modify the Makefile file can be run in an embedded platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:50464
    • 提供者:沧海一笑
  1. tcp_ip

    0下载:
  2. Linux下网络编程。实现qq对话,bmp图像数据传输等。原创!-Linux Network Programming. QQ dialogue to achieve, bmp image data transmission. Original!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:726760
    • 提供者:wzhiwei
  1. udp

    0下载:
  2. 使用UDP协议socket分别编写服务器端和客户端程序。在linux系统下实现服务器端和客户端的通信。-Were prepared using the UDP protocol socket server and client programs. In the linux system to achieve server-side and client communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:1175
    • 提供者:lx
  1. UDP

    0下载:
  2. Linux平台下的基于TCP/IP协议的UDP服务器,同样只实现简单通信,C/S架构,支持并发连接。-Linux platform based on TCP/IP protocol UDP server, as only simple communication, C/S architecture, support for concurrent connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:1612
    • 提供者:张三
  1. socket

    0下载:
  2. linux下套接字编程实例,使用TCP和UDP两种通讯方式,适合初学者-socket programming under linux which is useful for the beginning student
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:16632
    • 提供者:孙超
  1. Lam_qt

    0下载:
  2. 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:139911
    • 提供者:stone
  1. Beej_s_Guide_to_Network_Programming

    0下载:
  2. linux socket 编程 常用函数 及 tcp udp源码-linux socket 编程
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:541534
    • 提供者:simba
  1. udp

    0下载:
  2. 很好的TCP中UDP实现,不错哦,在LINUX下测试实现了-TCP in the UDP to achieve a good, good, oh, the test achieved under LINUX
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:7633
    • 提供者:guxiong
  1. tcpdump4.1.1_for_linux

    0下载:
  2. 最新版的Linux平台网络抓包工具,支持多种网络协议和过滤规则,如功能全面,支持多种协议,如icmp、arp、rarp、udp、tcp等。文档对如果移植到嵌入式linux做了详细说明,已经测试通过,对嵌入式网络开发人员来说是必不可少的工具。-The latest version of the Linux platform network packet capture tool, supports multiple network protocols and filtering rules, an
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2201422
    • 提供者:zhangwujiang
  1. sendip-2.5.tar

    0下载:
  2. SendIP是一款指令模式的IP发包软件。它有多个参数项,可以支持多种包头的封装,包括RIP, RIPng, BGP, TCP, UDP, ICMP, or raw IPv4/IPv6。-SendIP is a command-line tool to send arbitrary IP packets. It has a large number of options to specify the content of every header of a RIP, RIPng, BGP, TC
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:54199
    • 提供者:wingo
  1. example

    0下载:
  2. 工业级linux moxa嵌入式工控板 测试例子源代码。方便2次开发。里面包含串口,以太网,tcp,udp编程-LINUX UDP TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:2548168
    • 提供者:李扬名
  1. udp

    0下载:
  2. Linux下的udp网络测试程序。希望对大家有所帮助-Udp under Linux network test program. We want to help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:778
    • 提供者:龙啸天
  1. adsl

    0下载:
  2. The Point-to-Point Protocol (PPP) provides a standard way to establish a network connection over a serial link. At present, this package supports IP and the protocols layered above IP, such as TCP and UDP. The Linux and Solaris ports of this pa
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2282998
    • 提供者:任浩然
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com