08 2014 档案

为什么TCP连接不可靠
摘要:原文链接:http://watter1985.iteye.com/blog/1924977原文在此这篇文章是关于TCP网络编程的一个不起眼的小问题。几乎人人都并不太明白这个问题是怎么回事。曾经我以为我已经理解了,但在上周,我才发现我没有理解。所以我决定在网络上搜索并咨询专家,希望他们留下他们智慧的轨... 阅读全文

posted @ 2014-08-31 11:10 frydsh 阅读(2918) 评论(0) 推荐(0)

TCP发送接口的返回值
摘要:原文链接: http://blog.csdn.net/ordeder/article/details/172402211. TCP发送接口:send() TCP发送数据的接口有send,write,sendmsg。在系统内核中这些函数有一个统一的入口,即sock_sendmsg()。由于TCP... 阅读全文

posted @ 2014-08-31 09:24 frydsh 阅读(2238) 评论(0) 推荐(1)

/proc/uptime详解
摘要:From:http://smilejay.com/2012/05/proc_uptime/在Linux中,我们常常会使用到uptime命令去看看系统的运行时间,它与一个文件有关,就是/proc/uptime,下面对其进行详细介绍。1234master@jay-intel:~$ cat /proc/u... 阅读全文

posted @ 2014-08-02 19:24 frydsh 阅读(4427) 评论(0) 推荐(0)

Linux Kernel Version Numbering
摘要:Because there are numerous revisions and releases of theLinuxkerneland new ones are developed at frequent intervals, it is important to have a system ... 阅读全文

posted @ 2014-08-02 13:00 frydsh 阅读(642) 评论(0) 推荐(0)

导航