Welcome![Sign In][Sign Up]
Location:
Search - kernel socket

Search list

[OtherRealtimeOperatingSystems

Description: RTOS-嵌入式系统微内核概念和实现 Realtime Operating Systems Concepts and Implementation of Microkernels for Embedded Systems Dr. Jürgen Sauermann, Melanie Thelen-RTOS-embedded systems and the realization of the concept of micro-kernel Realtime Operating SystemsConcepts and Implementation of Microkernelsfor Embedded SystemsDr. Jürgen Sauermann, Melanie Thelen
Platform: | Size: 424960 | Author: xiaojun | Hits:

[OS programtdi_client

Description: tdi client, tdi中进行socket收发通信-tdi client, tdi in socket send and receive communications
Platform: | Size: 8192 | Author: asdasd | Hits:

[Linux-Unixkernel_socket

Description: socket程序大家见多了,给大家写个Linux 2.6.x内核,从内核态发包的 socket程序,笑纳◎!-socket program we see more and give everyone write a Linux 2.6.x kernel from the kernel socket state contract procedures笑纳◎!
Platform: | Size: 18432 | Author: 蒋荣欣 | Hits:

[Linux-Unixdemo

Description: 在linux2.6内核下编的基于socket的通信程序,可以直接运行,里面包括server.cpp和client.cpp以及makefile文件,支持文件传输-At under linux2.6 kernel socket-based communication procedures, can be directly run, which included server.cpp and client.cpp and makefile files, support file transfer
Platform: | Size: 44032 | Author: yulei | Hits:

[Internet-Networktdiclient

Description: A Kernel Mode TDI Client Driver Sample Code
Platform: | Size: 2048 | Author: Vernon | Hits:

[Embeded Linuxsocket2

Description: 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple chat tool. Server-side First of all: to the kernel for a socket. Bind address to socket on the second, address, including the host, port. Third in the socket, allowing access to the call and set the queue length is 1. 4th to wait for/receive calls. 5th transmit data (and you can chat). Client: first to the kernel requests the establishment of a second socket connected with the server. Third transmission of data
Platform: | Size: 14336 | Author: zhangwei | Hits:

[Internet-Networkaodv_neighbor

Description: 本文件是用户空间程序的入口,使用select函数和定时器机制监测接收控制消息的socket和与内核通信的socket,并触发相应的处理函数来保证协议的正常,有序的运转。-This document is a user-space entry procedures, use the select function and the timer mechanism for monitoring and receiving control messages to communicate with the kernel socket and the socket, and trigger the appropriate processing function to ensure the normal protocol, orderly operation
Platform: | Size: 2048 | Author: 小小 | Hits:

[OtherLinux_TCP_protocol_source_analisys

Description: Linux的网络协议栈是内核的一部分,它的实现是基于TCP/IP协议栈的,共分五层,分别是:应用层、BSD Socket层、INET Socket层、网络层和数据链接/硬件层。这是继承了unix的网络系统,现在linux的网络系统不断注入了新的理论。 我要研究的是linux下网络协议栈一个通信协议——TCP协议栈。TCP协议是面向对象的协议,本论文主要从缓存sk_buff,TCP相关数据结构,TCP连接的建立与关闭,TCP数据的发送与接收,TCP的流量控制与拥塞控制这几方面阐述我对TCP协议栈的理解,主要研究了TCP在内核中如何实现,以及一些算法的实现。 -Linux network protocol stack is a core part of its implementation is based on TCP/IP protocol stack is divided into five, namely: the application layer, BSD Socket Layer, INET Socket layer, network layer and data link/hardware layer. This is the inheritance of the unix network system, network system is linux and keep adding a new theory. I need to study is a network protocol stack under linux communication protocols- TCP protocol stack. TCP protocol is object-oriented protocol, this thesis from the cache sk_buff, TCP data structures, TCP connection establishment and closure, TCP send and receive data, TCP flow control and congestion control these areas and explain my TCP protocol understanding of the stack, a major study how TCP in the kernel, and some algorithm.
Platform: | Size: 227328 | Author: 弥一强 | Hits:

[Driver DevelopKSM.2010.03.22

Description: kernel Socket Module
Platform: | Size: 97280 | Author: __Genius__ | Hits:

[Windows Developsocket

Description: Data transfer between kernel and user space using netlink socket if
Platform: | Size: 14336 | Author: MV | Hits:

[Linux-Unixtcp_server_client

Description: socket通信的源码,其中一端是php代码,另外一端是linux下的c代码-linux kernel scenario analysis of the electronic version of the book introduces the principles of linux kernel
Platform: | Size: 2048 | Author: michaelcjt | Hits:

[TCP/IP stackTCPChat

Description: 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface to the process of communication between the network and the specific details of the TCP/IP is encapsulated in the kernel, done by the kernel users only need to use the kernel socket API to communication can be. Windows network programming has inherited the Unix socket interface, much the same basic pattern with Unix. However, due to the realization of the two systems, there are still some differences in the concrete realization of the network program. Including some of the socket API prototype, as well as the compilation of concurrent server.
Platform: | Size: 3072 | Author: Mica | Hits:

[Program docSOCKET-programming-port

Description: SOCKET编程——端口,完成端口---是一种WINDOWS内核对象。-SOCKET programming port,Completion port- is a WINDOWS kernel object.
Platform: | Size: 14336 | Author: 陆续 | Hits:

[Software EngineeringLinux-socket

Description: 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。-Introduction to Linux Network Programming Content: Linux is the most popular open-source operating system, occupies the core of the status of the network functions under Linux. Linux network programming step by step from the application layer to the Linux kernel, from basic knowledge to a comprehensive case introduces the reader how to network programming under Linux.
Platform: | Size: 1736704 | Author: zhj | Hits:

[Driver Developssmon

Description: VT Debugger with Open Source 这个是拿BluePill的代码作为Base,硬改成调试器。 构思到代码成型花掉我一年时间,幸亏公司活少,给了我充足的时间。 这个是摘自本人的简历内容。 XP系统的汇编级双机调试器,同时可以调试内核线程和普通线程。 Bypass 业界全部的AntiDebug系统。 Builtin with below Functions. 1. AMD VT System, 2. Internal MMU System, 3. PE Loader, 4. Kernel Socket, 5. BTS Tracer. 6. Bp without CC(int 3) code. 7. PE level Script. 8. PDB support 9. Process Memory Scan
Platform: | Size: 1258496 | Author: ljh | Hits:

[Linux-Unixsocket

Description: If non-zero, accept EAFNOSUPPORT to handle the case of the protocol not being configured into the kernel.
Platform: | Size: 2048 | Author: zunjingcn | Hits:

[Linux-Unixsocket

Description: Testing on isosurf shows a maximum around here. Don t know if it s the card or driver or kernel module that is causing the behaviour.
Platform: | Size: 28672 | Author: paiwiuqy | Hits:

[Embeded Linuxsocket

Description: linux内核中有关套接字部分的源代码,想学习内核的可以看一下-linux kernel source code for the relevant parts of the sockets, want to learn what you can see the kernel
Platform: | Size: 16384 | Author: 赵磊 | Hits:

[OtherC#Socket分包传送数据

Description: C#写的关于封包和分包的代码,只包含核心代码部分,可直接引用(C# writes about packet and packet code,Contains only the kernel code section and can be referenced directly)
Platform: | Size: 7168 | Author: Affleck | Hits:

[WEB Code5

Description: 本程序系thinkphp内核开发的QQ空间导购应用将腾讯导购,应用文件夹内全部文件用ftp二进制上传到空间,在应用里正常显示需要空间支持PHP socket组件(This program is the QQ space guide purchase application developed by the ThinkPHP kernel, which will guide the purchase of the Tencent. All the files in the application folder are uploaded to the space by FTP binary. In the application, the normal display needs space to support the PHP socket component)
Platform: | Size: 1633280 | Author: 24twefsd | Hits:
« 12 »

CodeBus www.codebus.net