01 2022 档案

摘要:https://www.cnblogs.com/huang-xiang/p/13226229.html 背景和意义# 随着Internet的发展,网络中出现了越来越多的高速和长距离链路,这些链路的特点是时延带宽积(BDP=bandwith*RTT)很大,也就是说,这些链路所能容纳的总数据量很大。 传 阅读全文
posted @ 2022-01-27 23:08 张同光 阅读(260) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/mylinuxer/p/5146142.html /* * TCP CUBIC: Binary Increase Congestion control for TCP v2.3 * Home page: * http://netsrv.csc.ncsu 阅读全文
posted @ 2022-01-27 19:21 张同光 阅读(189) 评论(0) 推荐(0) 编辑
摘要:https://aws.amazon.com/cn/blogs/china/talking-about-network-optimization-from-the-flow-control-algorithm/ by Lianghong Fei | on 16 MAR 2021 | in Netwo 阅读全文
posted @ 2022-01-27 10:34 张同光 阅读(1204) 评论(0) 推荐(0) 编辑
摘要:https://karibe.co.ke/2014/02/setting-up-systemc-and-eclipse-for-c-hardware-simulation/ Browse: Home / 2014 / February / Setting up SystemC and Eclipse 阅读全文
posted @ 2022-01-23 00:12 张同光 阅读(200) 评论(0) 推荐(0) 编辑
摘要:https://developer.android.com/training/connect-devices-wirelessly/wifi-direct 通过 Wi-Fi 直连创建点对点连接 通过 Wi-Fi 直连(也称为对等连接或点对点连接),您的应用可以在超出蓝牙功能的范围内快速查找附近的设备 阅读全文
posted @ 2022-01-22 09:54 张同光 阅读(1477) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/61140789/how-do-i-force-android-wifi-direct-group-owner-to-use-2-4-ghz-instead-of-5-ghz 0I've been trying to conne 阅读全文
posted @ 2022-01-22 09:52 张同光 阅读(161) 评论(0) 推荐(0) 编辑
摘要:https://devopedia.org/wi-fi-direct Wi-Fi Direct allows direct connections without an AP. Source: Kaushal D 2016. Wi-Fi-Direct is a standard developed 阅读全文
posted @ 2022-01-22 09:50 张同光 阅读(1228) 评论(0) 推荐(0) 编辑
摘要:https://raspberrypi.stackexchange.com/questions/122165/connect-wifi-direct-go-with-5ghz-frequency I can connect with 2GHZ frequency and can transfer d 阅读全文
posted @ 2022-01-22 09:46 张同光 阅读(277) 评论(0) 推荐(0) 编辑
摘要:https://www.programmersought.com/article/74196226714/ Server source code main.qmlimport QtQuick 2.4import QtQuick.Window 2.0import QtQuick.Layouts 1.1 阅读全文
posted @ 2022-01-18 23:22 张同光 阅读(121) 评论(0) 推荐(0) 编辑
摘要:https://granulate.io/understanding-congestion-control/ MARCH 31, 2021Understanding Congestion ControlNetwork congestion occurs when a node or link car 阅读全文
posted @ 2022-01-17 18:31 张同光 阅读(74) 评论(0) 推荐(0) 编辑
摘要:https://patents.google.com/patent/WO2016065676A1/zh Abstract本发明提供了一种基于吞吐率和丢包控制CWND的优化方法和系统。所述方法包括以下步骤:针对收到ACK应答的数据报文,计算其实际的即时吞吐率;根据所述即时吞吐率计算平滑吞吐率;判断平滑 阅读全文
posted @ 2022-01-17 16:56 张同光 阅读(526) 评论(0) 推荐(0) 编辑
摘要:https://mp.weixin.qq.com/s/Js8s8l-Me7cFUHrQA3dJpg 作者 | 董自强,普华基础软件 产品总监审校 | 凌敏本文是“2021 InfoQ 年度技术盘点与展望”系列文章之一。 1 操作系统的时代意义与波澜不惊的应用环境 自 1946 年第一台计算机诞生以来 阅读全文
posted @ 2022-01-16 23:23 张同光 阅读(369) 评论(0) 推荐(0) 编辑
摘要:https://patchwork.ozlabs.org/project/netdev/patch/20180117201101.14137-2-ycheng@google.com/ Message ID 20180117201101.14137-2-ycheng@google.comState A 阅读全文
posted @ 2022-01-15 23:45 张同光 阅读(59) 评论(0) 推荐(0) 编辑
摘要:https://datatracker.ietf.org/doc/html/rfc7323 [Search] [txt|html|pdf|bibtex] [Tracker] [WG] [Email] [Diff1] [Diff2] [Nits]From: draft-ietf-tcpm-1323bi 阅读全文
posted @ 2022-01-12 23:33 张同光 阅读(88) 评论(0) 推荐(0) 编辑
摘要:https://www.rfc-editor.org/rfc/rfc6298.txt Internet Engineering Task Force (IETF) V. PaxsonRequest for Comments: 6298 ICSI/UC BerkeleyObsoletes: 2988 阅读全文
posted @ 2022-01-12 23:25 张同光 阅读(69) 评论(0) 推荐(0) 编辑
摘要:http://douc54.cs.edinboro.edu/~bennett/class/csci475/spring2007/notes/ch20/seven.html Approaches to congestion control. End to End control Stallings a 阅读全文
posted @ 2022-01-12 23:12 张同光 阅读(46) 评论(0) 推荐(0) 编辑
摘要:https://networkengineering.stackexchange.com/questions/69562/estimating-the-round-trip-time-in-tcp I was reading a textbook which says: Let’s begin ou 阅读全文
posted @ 2022-01-12 21:49 张同光 阅读(73) 评论(0) 推荐(0) 编辑
摘要:http://abcdxyzk.github.io/blog/2013/09/27/kernel-net-tcp-timer/ 在内核中tcp协议栈有6种类型的定时器: 1 2 3 4 5 6 7 1 重传定时器。 2 delayed ack定时器 3 零窗口探测定时器 上面三种定时器都是作为tcp 阅读全文
posted @ 2022-01-12 19:45 张同光 阅读(334) 评论(0) 推荐(0) 编辑
摘要:https://github.com/multipath-tcp/mptcp_net-next/issues/191 Kenoko opened this issue on 10 May 2021 · 19 comments Kenoko commented on 10 May 2021I try 阅读全文
posted @ 2022-01-10 23:26 张同光 阅读(204) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/144273871?utm_source=weibo&utm_medium=social&utm_oi=26757679808512&utm_content=snapshot hystart 混合启动算法 导致了 bufferbloat,从而 阅读全文
posted @ 2022-01-10 22:02 张同光 阅读(446) 评论(0) 推荐(0) 编辑
摘要:https://www.virtualbox.org/ticket/11577?cversion=0&cnum_hist=21 These were the steps I followed, in order to solve it: 1) Create a personal public/pri 阅读全文
posted @ 2022-01-08 11:06 张同光 阅读(94) 评论(0) 推荐(0) 编辑
摘要:https://wiki.debian.org/SecureBoot#MOK_-_Machine_Owner_Key SecureBoot 目录 What is UEFI? What is UEFI Secure Boot? What is UEFI Secure Boot NOT? Shim MO 阅读全文
posted @ 2022-01-07 23:41 张同光 阅读(157) 评论(0) 推荐(0) 编辑
摘要:https://groups.google.com/g/ns-3-users/c/Nnicrk0IEMk HA未读,2015年7月1日 08:10:03收件人 ns-3-...@googlegroups.comHi,I am trying to build ns3-dce using waf. Ho 阅读全文
posted @ 2022-01-05 19:25 张同光 阅读(138) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/cch1234/article/details/116566858 textik textik 是一个在线项目:https://textik.com,可以直接在线绘制 ascii 图 https://blog.csdn.net/weixin_3422083 阅读全文
posted @ 2022-01-05 09:17 张同光 阅读(94) 评论(0) 推荐(0) 编辑
摘要:https://mp.weixin.qq.com/s/CD9e0nOkwbT8PdkQ53CgWA 凌敏 InfoQ 2022-01-03 10:15 作者 | 凌敏 2021 年,操作系统站在巨变的前夜。 本文是“2021 InfoQ 年度技术盘点与展望”系列文章之一,由 InfoQ 编辑部制作呈 阅读全文
posted @ 2022-01-03 15:06 张同光 阅读(438) 评论(0) 推荐(0) 编辑
摘要:https://is-cloud.blog.csdn.net/article/details/118858113?spm=1001.2101.3001.6661.1&utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EC 阅读全文
posted @ 2022-01-02 10:13 张同光 阅读(569) 评论(0) 推荐(0) 编辑
摘要:Loss-based algorithms Tahoe Reno NewReno SCTP HS-TCP H-TCP Hybla BIC Cubic Westwood Westwood+ TCPW-A LogWestwood+Delay-based algorithms DUAL Vegas Veg 阅读全文
posted @ 2022-01-02 09:13 张同光 阅读(28) 评论(0) 推荐(0) 编辑
摘要:https://www.linkedin.com/pulse/20141113153643-13386347-what-is-delayed-ack-and-how-can-it-be-a-bottleneck-in-your-network Gonzalo MurilloAzure Rapid R 阅读全文
posted @ 2022-01-01 23:03 张同光 阅读(71) 评论(0) 推荐(0) 编辑
摘要:https://noisy.network/2017/02/06/delayed-ack-and-nagles-algorithm/ mavenetPosted on February 6, 2017Categories BigIP F5, NetworkTags Delayed ACK, Nagl 阅读全文
posted @ 2022-01-01 22:45 张同光 阅读(51) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示