上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页

2019年11月30日

TCP加速方式

摘要: 使用windows scaling TCP Extensions for High Performance, RFC1323,https://www.ietf.org/rfc/rfc1323.txt 这里说win7上默认是打开的,如何设置呢 https://www.sourcedaddy.com/w 阅读全文

posted @ 2019-11-30 11:37 yanhc 阅读(1619) 评论(0) 推荐(0)

2019年11月24日

windows10 CTCP

摘要: windows上除了普通tcp之外,有一个CTCP。 据说可以提升长延时情况下的吞吐量。 win7可以方便的通过netsh int tcp set global congestionprovider=ctcp设置。 win10已经不能通过netsh设置了,只能通过power shell,ps设置。 阅读全文

posted @ 2019-11-24 20:58 yanhc 阅读(1993) 评论(0) 推荐(0)

大延时情况tcp和udp测试

摘要: 环境搭建 使能Ubuntu的IPv6转发功能 写入开机配置文件 vi /etc/sysctl.conf 将其中ipv6转发的行去掉注释即可。 设置Ubuntu的IPv6静态路由表,实现静态转发 route -6 add 2001::1/128 gw 2001::1 使用Ubuntu的netem,设置 阅读全文

posted @ 2019-11-24 17:37 yanhc 阅读(1890) 评论(0) 推荐(0)

2019年11月2日

XAMPP与ISS在80端口冲突问题

摘要: 1、在control界面上通过apach行的config,选择httpd.conf,将其中的listen和ServerName localhost:后面的80改为8080. 2、打开control最右侧的config,选择Service and Port Setting,将80改为8080. 阅读全文

posted @ 2019-11-02 13:06 yanhc 阅读(190) 评论(0) 推荐(0)

2019年10月26日

space transport protocols

摘要: VSAT系统对TCP的改进 https://www.vsat-systems.com/broadband-satellite-internet/index.html TCP/IP over satellite, some background TCP/IP is the "language" of 阅读全文

posted @ 2019-10-26 11:45 yanhc 阅读(214) 评论(0) 推荐(0)

2019年9月13日

win10电脑搭建网站

摘要: 新建网站之后,IIS错误提示是:在计算机“.”上没有找到服务W3SVC,需要在“启动或关闭windows功能”添加.net 3.5下面的两个程序。 https://img-blog.csdn.net/20180113202024157?watermark/2/text/aHR0cDovL2Jsb2c 阅读全文

posted @ 2019-09-13 10:37 yanhc 阅读(1354) 评论(0) 推荐(0)

2019年9月8日

ipsec and ike

该文被密码保护。 阅读全文

posted @ 2019-09-08 14:03 yanhc 阅读(3) 评论(0) 推荐(0)

2019年9月1日

onboard procossor and cross-compile

摘要: 星载处理器 ERC32-TSC695F The European Space Agency’s ERC32 is a microprocessor implementing a SPARC V7 processor and associated support circuitry for embed 阅读全文

posted @ 2019-09-01 17:53 yanhc 阅读(375) 评论(0) 推荐(0)

2019年7月29日

WLAN802.11

摘要: IEEE 802.11,1997年,原始标准(2Mbit/s,播在2.4GHz)。DSSS, FHSS。该协议的一大缺点是它提供了太多的选择使得互操作性很难实现。所以它不严密,更像是一个beta标准,给了不同的产品厂商很多灵活性,但缺少厂商之间的操作性。 IEEE 802.11a,1999年,物理层 阅读全文

posted @ 2019-07-29 21:23 yanhc 阅读(424) 评论(0) 推荐(0)

2019年7月21日

关于开源,Git,Github

摘要: 在Github和Git上fork之简单指南 https://linux.cn/article-4292-1.html,中文翻译 https://www.dataschool.io/simple-guide-to-forks-in-github-and-git/,英文原文 Send a pull re 阅读全文

posted @ 2019-07-21 11:54 yanhc 阅读(260) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 18 下一页

导航