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

搜索资源列表

  1. 5.7-tcp

    1下载:
  2. 基于ARM9嵌入式开发板LINUX环境下的程序代码-linux tcp,是大家常用的程序,代码中有详细的注释,方便移植!-ARM9-based embedded Linux development environment board procedures under the code - linux tcp, everyone is commonly used procedures, a detailed code of the Notes to facilitate transplant!
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:17264
    • 提供者:盖萌
  1. Linux-socket-serverandclient

    0下载:
  2. Linux下各类TCP网络服务器的实现源代码,刚刚在一个嵌入式开发项目中借用的socket通信的服务端和客户端的源程序。-various Linux TCP network servers to achieve source code, just embedded in a development project in the use of socket communication services and clients of the source.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:8040
    • 提供者:朱振华
  1. tcpudpcases

    0下载:
  2. 有关linux的tcp和udp通讯的服务器端和客服端的源程序-the Linux tcp and udp communications server and customer service side of the source
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:416312
    • 提供者:林漳坤
  1. Linux TCP-IP 协议栈源码分析(一)

    0下载:
  2. 本文可用于核心协议分析-paper can be used for the core protocol analysis
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:7328
    • 提供者:董益佑
  1. TheLinuxTCPIPStack-NetworkinforEmbeddedSystems

    1下载:
  2. Written for embedded systems programmers and engineers, as well as networking professionals, this in-depth guide provides an inside look at the entire process of implementing and using the Linux TCP/IP stack in embedded systems projects.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2388077
    • 提供者:sunbo
  1. epoll

    2下载:
  2. linux下的Tcp服务器,采用的是Epoll模式,deamon程序,适合大家学习网络编程。-Tcp server under linux, using the Epoll mode, deamon process, suitable for them to learn network programming.
  3. 所属分类:Linux Network

    • 发布日期:2016-07-28
    • 文件大小:253178
    • 提供者:yourname
  1. sniffer

    1下载:
  2. 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。  能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)  能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例
  3. 所属分类:software engineering

    • 发布日期:2015-12-19
    • 文件大小:65406
    • 提供者:鲁明
  1. tcp

    0下载:
  2. 用于测试网络接口的TCP传输峰值速率,支持Linux,Cygwin环境。-Network interface for testing the TCP transmission peak rate, to support Linux, Cygwin environment.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:1909
    • 提供者:yikok
  1. GTK_MySQ-LTCP_IP

    0下载:
  2. 在Linux平台下采用两种高级环境GTK+2.0和MySQL设计基于TCP/IP的网络聊天室,利用Linux操作系统的多线程技术和套接字编程技术.用GTK+2.0和MySQL开发数据库关键技术,详细说明了系统的通信原理和软件的设计与实现方法.-This paper introduces TCP/IP-based the chatrooms in network under the Linux environment with two advanced GTK+2.0 and MySQL usin
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:608641
    • 提供者:rejoiceliberty
  1. ftp_client_server

    0下载:
  2. here is a C++ code for TCP server and client on linux mechine that listens on a specific port and then replies back to the client-here is a C++ code for TCP server and client on linux mechine that listens on a specific port and then replies ba
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:1254
    • 提供者:Imran
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1406540
    • 提供者:陈威
  1. Linux_ip

    0下载:
  2. 详细的讲述了linux的ip/tcp通信部分的协议栈,对开发很有帮助-Linux detail of the ip/tcp communication part of the protocol stack, on the development of useful
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3450420
    • 提供者:uuu
  1. Linux_NetProgram

    0下载:
  2. Linux下的网络编程 对TCP—UDP的网络编程进行了详细说明,并包含代码-The file is about the network programming under the linux system. It includes the detail descr iption of network programming and the source code sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:49958
    • 提供者:强强
  1. tcpipi

    0下载:
  2. This source code is being made available to let readers of the book "TCP/IP Illustrated, Volume 1: The Protocols" experiment with TCP/IP, using the same tools that were used in writing the book.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:61134
    • 提供者:qian xiao hui
  1. Linux-TCP-IP-note(2)

    0下载:
  2. Linux TCP/IP协议栈笔记。网卡驱动和队列层中的数据包接收。-Linux TCP/IP protocol stack notes. Receive packets in the NIC driver and queue layer.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:25982
    • 提供者:古鸟
  1. Linux-TCP-IP-note(3)

    0下载:
  2. Linux TCP/IP协议栈笔记(二),路由器缓存部分。-Linux the TCP/IP protocol stack notes (b), the router cache part.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:15358
    • 提供者:古鸟
  1. tcp

    0下载:
  2. 基于linux的TCP网络编程范例-Based on the the linux TCP network programming paradigm,,,,
  3. 所属分类:Linux Network

    • 发布日期:2017-11-15
    • 文件大小:7681
    • 提供者:唐辉
  1. deliver-string-tcp

    0下载:
  2. linux下使用tcp方式实现数据(字符串)的传送,这是服务端-Use the linux tcp way to achieve data (string) transmission, which is the server-side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:45603
    • 提供者:mefine
  1. Linux-tcp-mail-systen-desigen

    0下载:
  2. 基于linux平台tcp协议的邮箱系统实现,C/S架构,服务器采用多线程实现,客户端使用纯控制台,系统统一使用C语言和一些linux系统函数。-Linux tcp protocol based platform mail system implementation, C/S architecture, multi-threaded server implementation, the client uses a pure console, unified system using the C l
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:170299
    • 提供者:穆元彪
  1. tcp通讯协议握手分析

    0下载:
  2. 详细介绍TCP通讯过程,TCP通讯握手机制及源码(Details of the TCP communication process, TCP communications, holding mobile phone system and source code)
  3. 所属分类:Linux/Unix编程

« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com