CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - Kernel

搜索资源列表

  1. 流量控制

    1下载:
  2. 这是本人跟通寝室同学做的毕业设计课题,该课题主要任务是在分析Linux内核的基础上,熟悉和掌握Linux流量控制的机理。并进一步实现可针对IP地址进行流量控制的应用软件。该软件采用C/S结构。客户端负责用户管理,流量控制策略管理和人机交互部分。服务器端负责带宽分配,流量控制的具体实现。在课题的具体分工上,本子课题负责客户端的实现。-this is my bedroom with Qualcomm graduate students to do design issues, the main to
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:352.59kb
    • 提供者:王作
  1. ip_package

    0下载:
  2. 这是一个对linux内核代码中关于TCP/IP协议栈的阅读结果,是关于IP包的生成和分片过程的.-this is one of the Linux kernel code on the TCP / IP protocol stack of reading, IP packet on the formation and patch process.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:16.5kb
    • 提供者:邹文科
  1. routeEnhLib.rar

    0下载:
  2. 通常内核路由表是由TCP/IP协议栈的主进程访问,然而有时用户需要自己操作内核路由表。该源代码包用于访问TCP/IP协议栈的内核路由表,该代码能够在VXWORKS操作系统上运行,做适当修改可以用于LINUX。,Usually the kernel routing table is TCP/IP protocol stack to visit the main process, but sometimes users need to operate their own core routing t
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:64.78kb
    • 提供者:yu
  1. x-net

    0下载:
  2. IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。它是应用程序使用线程池处理异步I/O请求的一种机制。在处理多个并发的异步I/O请求时,以往的模型都是在接收请求是创建一个线程来应答请求。这样就有很多的线程并行地运行在系统中。而这些线程都是可运行的,Windows内核花费大量的时间在进行线程的上下文切换,并没有多少时间花在线程运行上。再加上创建新线程的开销比较大,所以造成了效率的低下。 -IOCP (I/O Completion Port, I/O
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:380.48kb
    • 提供者:张本梁
  1. IPv4IPv6turnel

    0下载:
  2. 翻译网关的实现环境 Linux 是类Unix 操作系统大家族的一员[19]。1991 年,Linus Torvalds 开发出 了最初的Linux,现在,Linus 依然在不遗余力地改进Linux,使它保持与各种硬 件平台的同步发展,并协同世界各地上百名开发者进行应用开发工作。 Linux 内核是一个真正的Unix 内核,它的内核非常小而且紧凑,Linux 系统 通常很稳定,故障率低,系统易于维护。Linux 最吸引人的优点是它不是一个商业 操作系统,它的源代码在GNU
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-21
    • 文件大小:5.96mb
    • 提供者:qmei_1
  1. EthernettoDSP-BasedSystems

    0下载:
  2. An ever-increasing number of appliances incorporate Ethernet connectivity. With the popularity of the Internet, IP protocol connectivity is required in many applications. In this application note we present a functional structure for an Ethernet
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:84.52kb
    • 提供者:ZHAO XUE QING
  1. TCPIP

    0下载:
  2. 这是tcpip协议的内核源码分析,对学习tcpip协议很有帮助。-This is the tcpip protocol kernel source code analysis, helpful learning tcpip protocol.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-25
    • 文件大小:7.93mb
    • 提供者:jiankuilu
  1. 01.TCP-Echo

    0下载:
  2. linux 2.6内核下的Tcp/ip服务器端-base on linux 2.6 kernel,and is a server of Tco/ip
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:1.37kb
    • 提供者:madaha
  1. xinu

    0下载:
  2. 这是steven的TCPIP内核及注释,各层协议均包括,很全很好的,完整版-This is steven the TCPIP kernel and comments are all very good, full version
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1.04mb
    • 提供者:妞妞
  1. KTDI

    1下载:
  2. ktdi的例子,封装成ksocket可以在内核使用socket进行网络通讯(tcp/udp)-ktdi example, can be packaged as ksocket socket in the kernel to use for network communication (tcp/udp)
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:89.8kb
    • 提供者:顺口溜
  1. TCPChat

    0下载:
  2. 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:2.88kb
    • 提供者:Mica
  1. iptables-1.4.9.tar

    0下载:
  2. iptables是linux系统中管理防火墙的工具(内核版本为2.4及以上,在低于2.4版本的LINUX系统中,用的不是iptables)。通过iptables可以建立、删除、修改、保存(导出)、导入防火墙策略。-iptables firewall is a linux system administration tools (kernel version 2.4 and above, at less than 2.4 version of LINUX system, not using ipt
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:464.37kb
    • 提供者:DUAN
  1. linux-1.2.13.tar

    0下载:
  2. tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-10
    • 文件大小:2.25mb
    • 提供者:123DLJ
搜珍网 www.dssz.com