CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux code - List
[
TCP/IP stack
]
sproxy
DL : 0
TCP proxy 首先声明,这段源代码不是我编写的,让我们感谢这位名叫Carl Harris的大虾,是他编写了这段代码并将其散播到网上供大家学习讨论。这段代码虽然只是描述了最简单的proxy操作,但它的确是经典,它不仅清晰地描述了客户机/服务器系统的概念,而且几乎包括了Linux网络编程的方方面面,非常适合Linux网络编程的初学者学习。-TCP proxy statement, this source code is not my preparation, let us thank Carl Harris, who called the prawns, he prepared the code of its spread to the Internet for all to study and discussions. This code is only the most simple description of the proxy operation, but it is classic, it is not only a clear picture of the client / server system concept, but includes almost Linux Network Programming in them, and very suitable for the Linux Network Programming beginners to learn.
Date
: 2008-10-13
Size
: 2kb
User
:
bob
[
TCP/IP stack
]
uip09win
DL : 1
uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@dunkels.com>. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ - example applications doc/ - documentation uip/ - actual uIP TCP/IP, SLIP and ARP code unix/ - Example of how to run uIP as a user space process under FreeBSD or Linux-uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels lt;adam@dunkels.comgt;. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ - example applications doc/ - documentation uip/ - actual uIP TCP/IP, SLIP and ARP code unix/ - Example of how to run uIP as a user space process under FreeBSD or Linux
Date
: 2008-10-13
Size
: 730.99kb
User
:
fwx
[
TCP/IP stack
]
tcp-ipv3
DL : 1
用tcp/ip进行网际互联第三卷书源代码,含有linux与windows两种平台版本-with tcp / ip for internetworking Volume III source code book, containing two windows and linux platform version
Date
: 2008-10-13
Size
: 64.29kb
User
:
李东
[
TCP/IP stack
]
uip09win
DL : 0
uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@dunkels.com>. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ - example applications doc/ - documentation uip/ - actual uIP TCP/IP, SLIP and ARP code unix/ - Example of how to run uIP as a user space process under FreeBSD or Linux-uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels lt;adam@dunkels.comgt;. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/- example applications doc/- documentation uip/- actual uIP TCP/IP, SLIP and ARP code unix/- Example of how to run uIP as a user space process under FreeBSD or Linux
Date
: 2025-12-23
Size
: 975kb
User
:
fwx
[
TCP/IP stack
]
mipv6-2.0.tar
DL : 0
实现了移动IPv6(RFC3775)功能的开源代码。-the mobile IPv6 (RFC3775) function in the source code.
Date
: 2025-12-23
Size
: 257kb
User
:
邵书超
[
TCP/IP stack
]
ip_package
DL : 0
这是一个对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.
Date
: 2025-12-23
Size
: 16kb
User
:
邹文科
[
TCP/IP stack
]
ospfd.10.tar
DL : 0
路由协议ospf实现源码,linux下的ospf的实现-routing protocol ospf achieve source code, under the linux ospf Implementation
Date
: 2025-12-23
Size
: 200kb
User
:
彭绍红
[
TCP/IP stack
]
NetWorkTestRepor
DL : 0
自己开发的用于模拟在网络上发送广播报文或者TCP,UDP简单报文的小程序,利用线程,可直接应用的代码-its own development for simulation of the network to send broadcast messages or TCP, UDP simple message of small procedures, the use of threads, can be directly applied to the code
Date
: 2025-12-23
Size
: 2.06mb
User
:
朱学科
[
TCP/IP stack
]
linux8019
DL : 0
linux下8019的驱动源代码,比较适合嵌入式开发-8019 under linux driver source code, more suitable for embedded development
Date
: 2025-12-23
Size
: 12kb
User
:
wonk
[
TCP/IP stack
]
LinuxTCPIP
DL : 0
linux tcp ip 原代码-linux tcp ip source code
Date
: 2025-12-23
Size
: 639kb
User
:
123456
[
TCP/IP stack
]
SOCKET
DL : 0
TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Date
: 2025-12-23
Size
: 9kb
User
:
冯进荣
[
TCP/IP stack
]
linux+drive
DL : 0
Linux驱动编程源代码 学习Linux驱动编程的同行 可以下载下来 自己学习下-Linux driver source code to learn Linux programming-driven programming can be downloaded from peer learning under their own
Date
: 2025-12-23
Size
: 3.19mb
User
:
谭响林
[
TCP/IP stack
]
TcpSocket
DL : 0
基本的TCP应用源代码,包括设置非阻塞、设置超时、设置Socket Buffer等。-The TCP application of the basic source code, include the provision of non-blocking, set up overtime, set up, such as Socket Buffer.
Date
: 2025-12-23
Size
: 2kb
User
:
Michael Lee
[
TCP/IP stack
]
linux_file_transfer
DL : 0
Linux中利用socket透過server,兩個client端傳送與接收檔案,可在code中設定ip/port,為linux入門者參考code,有使用thread,故編譯時要加一條-lpthread-Socket through the use of Linux in the server, two client-side to send and receive files, can be set in the code in the ip/port, for the entry-linux reference code, the use of thread, it is a compile-time to add-lpthread
Date
: 2025-12-23
Size
: 5kb
User
:
kusogray
[
TCP/IP stack
]
uip-0.6
DL : 0
TCP/IP协议栈源码,版本0.6 目录说明: apps/ - contains some sample applications cc65/ - uIP for the 6502 CPU uip/ - actual uIP TCP/IP and ARP code unix - uIP as a user space process under FreeBSD or Linux -uIP is freely TCP/IP source code in C format
Date
: 2025-12-23
Size
: 69kb
User
:
xuzhan
[
TCP/IP stack
]
gspi8686fw.tar
DL : 0
wifi驱动程序的中间件代码,linux下。-wifi driver middleware code, linux next.
Date
: 2025-12-23
Size
: 99kb
User
:
xuchun
[
TCP/IP stack
]
TCPsever
DL : 0
TCP服务器端的代码,后面还有客户端的代码-TCP server-side code, client code and there are
Date
: 2025-12-23
Size
: 262kb
User
:
梁伟
[
TCP/IP stack
]
TCPIP
DL : 0
Linux下TCP/IP的Server、Client C源码。 包括Makefile文件。-Linux, TCP/IP, Server, Client C source code. Including the Makefile.
Date
: 2025-12-23
Size
: 3kb
User
:
jiangshifeng
[
TCP/IP stack
]
linux-TcpPIP-note(1)
DL : 0
linux-Tcp IP协议栈源码阅读笔记,分析TCP/IP协议各部分结构。-the linux-Tcp IP protocol stack source code to read notes, analysis of the TCP/IP protocol each part of the structure.
Date
: 2025-12-23
Size
: 92kb
User
:
古鸟
[
TCP/IP stack
]
linux-1.2.13.tar
DL : 0
tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
Date
: 2025-12-23
Size
: 2.25mb
User
:
123DLJ
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.