搜索资源列表
linux
- 此压缩文档包含两个pdf文档,第一个对linux早期操作系统(v0.11)全部代码文件进行了全面详细的注释和说明。介绍了内核源代码的组织结构及相互关系。第二个探究了linux Tcp/Ip 的核心。
raw_socket
- 示范了Unix和Linux下如何利用Raw Socket构造伪装的TCP、IP、UDP的包- How has demonstrated under Unix and Linux uses Raw Socket structure camouflage TCP, IP, the UDP package
在Linux下配置TCP-IP
- 这片文章较详细地介绍了在Linux下如何配置TCP/IPX协议。- This piece of article in detail introduced how disposes the TCP/IPX agreement under Linux.
linux(17sections)ppt
- 对Linux的进程管理、系统维护.DHCP服务配置、软件包管理和备份、TCP.IP基本网络配置、口令时效和文件权限管理等等进行了详细的介绍-On the Linux process management, system maintenance. DHCP service configuration, management and backup software package, TCP.IP basic network configuration, password aging and docu
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
tcp
- linux下用C编写的TCP/IP 数据传送程序-linux using C prepared by TCP/IP data transfer procedures
sss
- securité du systéme d exploitation linux : Introduction La sécurité physique La sécurisation du processus d’amorç age Le BIOS Les principes fondamentaux relatifs au système et à l’utilisateur La sécurité du réseau TCP/IP La sécur
TheLinuxTCPIPStack
- The Linux TCP/IP Stack: Networking for Embedded Systems by Thomas F. Herbert
Tcp-ip
- linux下的tcp/ip通信,包括服务器端和客户端-linux under tcp/ip communication, including server-side and client
tcp
- 基于linux的TCP/IP网络通信的几个小程序-linux tcp
tcp
- linux平台下的基于TCP/IP协议的 TCP网络服务器,实现简单的通信,并发响应。-linux platform-based TCP/IP protocol TCP network server, simple communications, concurrent response.
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
linux-Tcp-IP
- linux tcp/ip协议 内核源代码分析 协议栈的运作流程-LINUX tcp/ip protcocal
Linux-TCP-IP
- linux tcp/ip 内核分析 协议栈分析-linux tcp/ip
The-Linux-TCP-IP-Stack---Networking-for-Embedded-
- Linux TCP/IP Stack. 1: Physical. Layer. 2: Data. Link. 4: Transport. 3: Network. 7: Application. 6: Presentation. 5: Session. Interface Layer (Ethernet, etc.) Protocol ...
Linux-TCP-IP-note(2)
- Linux TCP/IP协议栈笔记。网卡驱动和队列层中的数据包接收。-Linux TCP/IP protocol stack notes. Receive packets in the NIC driver and queue layer.
Linux-TCP-IP-note(3)
- Linux TCP/IP协议栈笔记(二),路由器缓存部分。-Linux the TCP/IP protocol stack notes (b), the router cache part.
Linux-TCP-IP-note(4)
- Linux的TCP/IP协议栈学习资料,学习笔记。部分函数介绍。-The Linux TCP/IP protocol stack, learning materials, study notes.Part of the function is introduced.
linux-1.2.13.tar
- tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
linux TCP IP协议栈源码解析
- linux内核TCP/IP协议栈解析,包括协议栈内核源码,适合中、高级开发人员