ChinaUnix.net
相关文章推荐:

BSD TCPIP协议栈

如题,

by dxbh - C/C++ - 2008-05-31 03:00:05 阅读(5420) 回复(17)

相关讨论

请问各位路过得朋友能传一份bsd Tcp/IP协议栈源代码给我吗,或留个可以等到此代码得方法,谢谢路过得朋友了。 [email]superliush@yahoo.com.cn[/email]

by superliush - BSD - 2006-11-30 10:05:07 阅读(5929) 回复(6)

1、bsd TCP/IP协议栈 bsd栈历史上是其他商业栈的起点,大多数专业TCP/IP栈(VxWorks内嵌的TCP/IP栈)是bsd栈派生的。这是因为bsd栈在bsd许可协议下提供了这些专业栈的雏形,bsd许用证允许bsd栈以修改或未修改的形式结合这些专业栈的代码而无须向创建者付版税。同时,bsd也是许多TCP/IP协议中的创新(如广域网中饿拥塞控制和避免)的 开始 点。 2、uC/IP uC/IP是由Guy Lancaster编写的一套基于uC/OS且开放源码的TCP/IP协议...

by Hotshot - 网络技术文档中心 - 2006-12-20 21:21:36 阅读(862) 回复(0)

这几天要在里面改一些东西,快疯了。 然后想想所谓好代码滥代码的标准,只能笑笑。

by 群雄逐鹿 - C/C++ - 2009-08-25 21:45:01 阅读(3788) 回复(12)

在一个资料上看到: “Operating-system developers normally deal with the classical topics of system architecture—for example, the management of memories, processes, and devices, or the synchronization of parallel activities in a system—rather than with the handling of network packets. As you go along in this book, you will surely notice that it has been written not by system developers, but by co...

by windseeker - BSD - 2006-04-04 09:57:22 阅读(6413) 回复(14)

bsd协议栈算是经典的代码了。初步看了几天感觉经典的东西有很多地方还是比较烂的 。 最近看的路由查找算法方面就是如此,很多地方是强制类型转化,看起来比较晕。 感觉TCP/IP详解第二卷实现翻译得也很烂啊,不知为何这书重印了这么多次也不修改修改。 以后有时间贴点源代码阅读心得上来。最近主要工作太忙,有点晕。 感觉大脑有些透支了。本来一件事情已经做过了,过一阵子我突然想起来好像很重要确没有做,回头动手时发现已...

by lllaaa - BSD文档中心 - 2007-05-02 13:50:44 阅读(3000) 回复(0)

本人工作需要了解bsd tcp/ip协议栈 源代码。 看这一大堆代码有点理不清头绪,:shock: 有介绍 bsd tcp/ip协议栈 源代码的资料吗? 各位高手,高高手 请给点建议。 拜谢!

by ljoolj - BSD - 2006-03-25 23:51:34 阅读(2461) 回复(3)

Hi, Hit the following error in the db2diag.log. Does anyone can help me to go through what is the error? 2006-07-14-05.25.01.277459+480 E32776690C421 LEVEL: Error PID : 827550 TID : 1 PROC : db2tcpcm 0 INSTANCE: db2repl NODE : 000 FUNCTION: DB2 UDB, common communication, sqlcctcpconnmgr_child, probe:125 MESSAGE : ADM7009E An error was encountered i...

by sunnyloke - DB2 - 2006-07-21 15:39:19 阅读(2108) 回复(5)

Enabling High Performance Data Transfers TCP Window Size Adjustment and Flow Control Internet2 Land Speed Record 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/17978/showart_121230.html

by itlook - 网络技术文档中心 - 2006-05-31 23:31:24 阅读(747) 回复(0)

当客户端连接上服务器端后,客户端没有用closesocket关闭通知服务器端关闭本次连接。然后,当客户端再次连接服务器端时,就连接不上了,错误是"connection refused"。应该是服务器端还在等待处理上次连接,监听队列满了,所以不再 :cry: 接受新的连接请求。请问怎么解决这样的情况?谢谢!

by utada - C/C++ - 2004-01-20 11:32:33 阅读(1028) 回复(6)

在191上有这样一段话:if you have a graphic console, make sure you also remove the rc.dt and rc.tcpip entries in the /etc/inittab file. Otherwise, your console will hang when you login. Unless you have an ASCII terminal connected to the serial port, 是不是说,如果用显示器的话,必须把rc.tcpip 从/etc/inittab 中删除,然后手工的启动 tcpip daemon

by boy12230545 - AIX - 2003-06-16 12:40:44 阅读(1531) 回复(4)