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

搜索资源列表

  1. tcpbuf

    0下载:
  2. 接收tcp消息的类。tcp是一个流的概念,你可能一次read调用读到两条半消息,再接着一次read调用读到半条消息。这个tcpbuf的类就是用来帮助处理这种情况。它会分3次返回3条消息。很实用的类。Windows/Linux都能用。-class tcpbuf is to help receiving tcp message from a socket. It will return exactly ONE message from the tcp buffer. Support windows/
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7410
    • 提供者:ttww2000
  1. tcp

    0下载:
  2. 在linux环境下实现TCP远程控制,即实现客户端与服务器端的通信-In the linux environment to achieve TCP remote control, namely, to achieve client and server-side communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2093
    • 提供者:kathy
  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. 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. TCP.IP.Sockets.in.C.Practical.Guide.for.Programmer

    0下载:
  2. linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are o
  3. 所属分类:Linux Network

    • 发布日期:2017-05-21
    • 文件大小:6346268
    • 提供者:
  1. Linux_Protoco_stack_source_code_analysis

    0下载:
  2. 讲解linux下的TCP/IP协议栈,比较详细的一本电子书,如果大家有需要的话,可以下载一下。-Explained under the linux TCP/IP protocol stack, a more detailed e-book, if you need, you can download what.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-13
    • 文件大小:3450586
    • 提供者:小柯
  1. Linux

    0下载:
  2. (美)奈米斯写的关于Linux系统管理的很经典的一本书,分为引导和关机,超级用户的权力,进程控制,文件系统,添加新用户,增加硬盘,系统日志与日志文件,TCP/IP网络等章节-(U.S.) Naimi Si wrote about Linux system management is the classic book, divided into boot and shutdown, power users the power, process control, file system, add n
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:45855336
    • 提供者:randoll
  1. tcpsocket

    0下载:
  2. linux下的tcp传输类,支持阻塞模式、非阻塞模式-linux tcp transfer under the category, to support blocking mode, non-blocking mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2239
    • 提供者:darwin.yhc
  1. tcp

    0下载:
  2. that s as the tcp/ip net used in the linux application as the sample -that s as the tcp/ip net used in the linux application as the sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:13589
    • 提供者:李有森
  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. chat_example.tar

    0下载:
  2. Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:3324
    • 提供者:冀涛
  1. tcp

    0下载:
  2. linux下的ftp实现,短小经典, 适合于学习网络编程-ftp implement in the linux environment
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-03
    • 文件大小:7482
    • 提供者:litan
  1. UDP-TCP

    0下载:
  2. 在linux环境下实现简单的TCP/UDP服务器和客户端之间的通讯;-In the linux environment to achieve a simple TCP/UDP server and client communications
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:2239
    • 提供者:yukangzhou
  1. FTP_socket

    0下载:
  2. 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:765659
    • 提供者:gyh
  1. TCPIP

    0下载:
  2. Linux下TCP/IP的Server、Client C源码。 包括Makefile文件。-Linux, TCP/IP, Server, Client C source code. Including the Makefile.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:3254
    • 提供者:jiangshifeng
  1. Linux-net-programC-language

    0下载:
  2. 本资料提供丰富的Linux操作系统下网络编程示例源代码,包括进程通信实现方式、并行处理、Socket架构,以及网络应用如TCP、UDP、等-This information provides a wealth of network programming under Linux operating system source code examples, including the implementation process of communication, parallel process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:76036
    • 提供者:吴文
  1. TCP-multi-pthread-program

    0下载:
  2. 在linux环境下的用C语言编写的基于TCP/IP协议的网络编程的程序。-In the linux environment using C language based on TCP/IP protocol network programming process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:16968
    • 提供者:邹林
  1. Linux-programming-ideas

    0下载:
  2. 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1752938
    • 提供者:陈雨
  1. Linux

    0下载:
  2. 本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programmi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:16825
    • 提供者:王平
  1. A-Linux-TCP-implementation-for-NS2

    0下载:
  2. 详细介绍了tcp方面的知识,以及在ns下对tcp的分析-Details of the TCP knowledge, as well as in NS for TCP analysis
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-24
    • 文件大小:152134
    • 提供者:罗建华
« 1 2 34 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com