Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - bsd
Search - bsd - List
DL : 0
数据类型\"socklen_t\"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是BSD套接字接口标准.最终POSIX的那帮家伙找到了解决的办法,那就是创造了一个新的类型\"socklen_t\".Linux Torvalds说这是由于他们发现了自己的错误但又不好意思向大家伙儿承认,所以另外创造了一个新的数据类型.
Update : 2008-10-13 Size : 1787 Publisher : tianjian

DL : 0
移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Update : 2008-10-13 Size : 1683185 Publisher : 谭剑鸣

import com.bsd.erp.common.dbbean.DBMESSAGE1001_Delete import com.bsd.erp.common.form.MESSAGE1001Form import com.bsd.erp.common.parameter.IPMESSAGE1001_Delete import com.bsd.erp.web.common.MacroDef import com.bsd.erp.web.upc.UserInfo import com.fws.common.FWSDefine import com.fws.struts.BaseParameter import com.fws.struts.BaseUIBean
Update : 2008-10-13 Size : 1407 Publisher : ggy

DL : 0
基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux
Update : 2008-10-13 Size : 2177 Publisher : zhiguoxu

DL : 0
计算机网络实验环境建立在TCP/IP 网络体系结构之上。各计算机除了安装TCP/IP 软件外,还安装了TCP/IP 开发系统,使各计算机具备了4.3 BSD UNIX 中进程通信套接字socket 的编程接口功能,可为用户提供网络进程通信功能。本实验利用这些功能,设计和实现一个简单的文件传送协议。
Update : 2008-10-13 Size : 9109 Publisher : 高峰

DL : 1
很不错的TCP/IP协议栈源码,与大家分享!
Update : 2008-10-13 Size : 1232373 Publisher : lm

包含源程序和论文。本设计论文分为两大部分。第一部分对LINUX以及LINUX网络编程环境作了一个介绍。详细分析了编程中将用到的BSD套接字函数族的使用。第二部分记录了本人与合作者唐志军开发的邮件系统的实现过程,从总体分析、模块划分到详细设计,并在后面附了本人实现的C语言源代码。
Update : 2008-10-13 Size : 256023 Publisher : jhm

DL : 0
An implementation of the TCP/IP protocol suite for the LINUX operating system. INET is implemented using the BSD Socket interface as the means of communication with the user level.
Update : 2008-10-13 Size : 161012 Publisher : 鱼海军

DL : 0
KVpnc is a KDE frontend for various VPN clients. It supports Cisco VPN (vpnc, vpnclient (a proprietary client from Cisco)), IPSec (FreeS/WAN, Openswan, strongSwan, racoon), PPTP (pptpclient), OpenVPN, L2TP over IPSec (l2tpd, xl2ltpd) (usable with FreeS/WAN, Openswan, strongSwan, and racoon) and Vtun. Smartcards will be supported within OpenVPN and strongSwan. vpnc is a replacement for the Cisco VPN client, and is used as a client for the Cisco3000 VPN Concentrator. FreeS/WAN, Openswan, and strongSwan are IPSec clients for Linux 2.4.x/2.6.x, and racoon is an IPSec client for Linux 2.6.x and *BSD. l2tpd is a Linux L2TP VPN client/server.
Update : 2008-10-13 Size : 3184758 Publisher : nihao

DL : 0
This the first release of a free TCP/IP/PPP protocol stack for the uC/OS Real-Time Operating System. As a first release it s still rather rough and very much larger than desired however it is working well in an embedded product and therefore may be useful to others. Much of the code is ported from public sources including BDS Lite and KA9Q (and its derivatives) and carries copyright notices from those sources. Essentially TCP is based on KA9Q but with ideas from BSD, IP is a simple implementation supporting BSD structures, ICMP is ported from BSD, and PPP is ported from the BSD version of the distribution common to BSD, Linux, and many other systems
Update : 2008-10-13 Size : 204227 Publisher : wen

DL : 0
BSD协议栈路由模拟器 2.0. windows下的路由器模拟器,含ospf路由协议. BSD协议栈路由模拟器 2.0 操作说明: 本软件是利用winpcap的库文件与网卡进行交换,运行前请安装winpcap3.0以上版本。
Update : 2008-10-13 Size : 191173 Publisher : 严劲松

DL : 0
Windows Sockets规范以U.C. Berkeley大学BSD UNIX中流行的Socket接口为范例定义了一套Micosoft Windows下网络编程接口。它不仅包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。
Update : 2008-10-13 Size : 302250 Publisher : 李晓明

是用于Vxworks的BSD网络驱动程序,包括配置文件和实现程序。
Update : 2008-10-13 Size : 38499 Publisher : you

DL : 0
his a short introduction how to use the El Beem library and API. This release supports two versions that can be built: - a standalone test program that runs a small fluid simulation - a command line executable, that can be used to run fluid simulations using a text file for setup. To successfully compile you should have the following software installed: - a Linux/BSD systems with - gcc (3.4 or higher recommended) - the zlib libaries and headers.stay
Update : 2008-10-13 Size : 251164 Publisher : williams1113

Console程序可以提供类似DOS和UNIX Shell的环境,对于学生从单任务环境向多任务环境程序设计的过渡很有帮助。在Console模式下建立Winsock的编程环境,可以完成BSD Socket的实验-Console procedures can provide similar DOS and UNIX Shell environment for students from single-task environment to multi-task environment for the transition program design helpful. Console mode in the establishment of Winsock programming environment, to be completed BSD Socket experiment
Update : 2008-10-13 Size : 4060 Publisher : 问题

cc -c error.c sleepus.c ar -crv libmisc.a error.o sleepus.o ranlib libmisc.a # needed for a BSD-derived system the example programs from Chapter 1 of \"TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols\" by W. Richard Stevens -cc -c error.c sleepus.c ar -crv libmisc.a error.o sleepus.o ranlib libmisc.a # needed for a BSD-derived system the example programs from Chapter 1 of \"TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols\" by W. Richard Stevens
Update : 2008-10-13 Size : 17745 Publisher : 去无踪

linux核C语言写的MODBUS通讯 This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. Development Status: 4 - Beta Intended Audience: Developers License: BSD License Operating System: All POSIX (Linux/BSD/UNIX-like OSes), Linux-C language to write the MODBUS communication This is a Linux kernel driver (2.2.19 2.4) for the Modicon ISA and PCI SA85-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. Development Status : 4-Beta Intended Audience : Developers License : BSD License Operating System : All POSIX (Linux / BSD / UNIX-like OSes), Linux
Update : 2008-10-13 Size : 19973 Publisher : 李瑶

在EFNet Hybrid IRCD基础上开发的,并增添了许多主要用于DALnet IRC 网络的特性。它的特点包括卓越的处理性能,在高负载的状态下与Solaris, BSD 和Linux系统保持良好的兼容性和高性能的稳定状态,以及在以前EFNet编码的基础上所作的许多改进。Bahamut从1.2.0开始,不再与Dreamforge兼容-the EFNet Hybrid IRCD developed on the basis and the addition of a number of major DALnet IRC network for the properties. Its features include excellent performance, high load in the state and Solaris, Linux and BSD systems to maintain good compatibility and the stability of performance, and in previous EFNet coding on the basis of a lot of improvements. Bahamut 1.2.0 from the beginning, is no longer compatible with Dreamforge
Update : 2008-10-13 Size : 522216 Publisher : 侯为

DL : 0
The GoodFET is an open-source JTAG adapter, loosely based upon the TI MSP430 FET UIF and EZ430U boards, as described in their documentation. See Improving the MSP430 FET on Travis Goodspeed's blog for further information. In addition to JTAG, the GoodFET has been inspired by HackADay's Bus Pirate to become a universal serial bus interface. Hardware and software are available under the BSD license, and free-as-in-beer boards will be given to those who ask politely. Email Travis Goodspeed, travis at radiantmachines.com, to get involved. Source Code For source code, schematics, and firmware svn co https://goodfet.svn.sourceforge.net/svnroot/goodfet Developers Among others, the GoodFET is developed by the following neighborly people. (This list is still being composed.) ■Travis Goodspeed (project lead) ■Scott Livingston ■Matthew Carpenter ■Andrew Q Righter ■Mike Dragorn Kershaw
Update : 2010-09-14 Size : 6392436 Publisher : esc1234567890

ICS dhcp client/ server code. support Linux, bsd, .... Cross-platfrom, rich functionalities.
Update : 2011-04-05 Size : 804097 Publisher : dull_boy@sohu.com
« 1 2 3 4 56 7 8 9 10 ... 34 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.