<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title><![CDATA[Zhen‘Blogs  | 晨昏线穿过我的键盘]]></title> 
<atom:link href="https://zhen.cafe/rss.php" rel="self" type="application/rss+xml" />
<description><![CDATA[每一笔都是时间的拓印]]></description>
<link>https://zhen.cafe/</link>
<language>zh-cn</language>
<generator>www.emlog.net</generator>
<item>
    <title>武汉 · 东湖 |  吹笛景区人像摄影</title>
    <link>https://zhen.cafe/picture/3.html</link>
    <description><![CDATA[<p><img src="https://zhen.cafe/content/uploadfile/202511/f3cc1764240705.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/15601764240713.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/799b1764240722.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/d0091764240741.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/032b1764240749.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/18e21764240760.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/8cda1764240774.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/30e61764240790.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/ae561764240797.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/62bf1764240804.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/8df71764240811.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/94141764240817.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/edab1764240830.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/db3a1764240839.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/85b61764240845.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202511/64b81764240850.jpg" alt="" /></p>]]></description>
    <pubDate>Thu, 27 Nov 2025 18:49:41 +0800</pubDate>
    <dc:creator>Zhen</dc:creator>
    <guid>https://zhen.cafe/picture/3.html</guid>
</item>
<item>
    <title>武汉汉阳极氪家门店拍摄 | 空间摄影</title>
    <link>https://zhen.cafe/picture/2.html</link>
    <description><![CDATA[<p><img src="https://zhen.cafe/content/uploadfile/202508/cdc61754031343.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202508/f3cc1754031358.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202508/15601754031366.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202508/799b1754031399.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202508/d0091754031406.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202508/18e21754031415.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202508/fe5d1754031421.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202508/8cda1754031426.jpg" alt="" /><br />
<img src="https://zhen.cafe/content/uploadfile/202508/30e61754031433.jpg" alt="" /></p>]]></description>
    <pubDate>Fri, 01 Aug 2025 14:54:05 +0800</pubDate>
    <dc:creator>Zhen</dc:creator>
    <guid>https://zhen.cafe/picture/2.html</guid>
</item>
<item>
    <title>Windows10/11 开启BBR与关闭BBR加速</title>
    <link>https://zhen.cafe/technology/1.html</link>
    <description><![CDATA[<p><img src="https://zhen.cafe/content/uploadfile/202507/9ec11753764215.jpg" alt="" /></p>
<h1><strong>什么是BBR？</strong></h1>
<p>BBR是谷歌提出的单边TCP拥塞控制算法，核心是通过主动探测网络瓶颈带宽（BtlBw）和往返传播时间（RTT）​，动态调整发送速率，实现高带宽利用率、低延迟的目标</p>
<h1><strong>应用效果 </strong></h1>
<p>在YouTube等场景中，可将延迟降低53%，吞吐量提升4-25倍。<br />
适用于实时音视频、高速移动网络等对延迟敏感的场景。</p>
<h1><strong>Windows如何开启BBR？ </strong></h1>
<p>①： 右键WIN图标，点击 终端管理员。<br />
②： 输入开启命令：</p>
<pre><code class="language-d">netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2
netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2
netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2
netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2
netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2</code></pre>
<h1>如何关闭？</h1>
<pre><code class="language-d">netsh int tcp set supplemental template=internet congestionprovider=CUBIC
netsh int tcp set supplemental template=internetcustom congestionprovider=CUBIC
netsh int tcp set supplemental template=Compat congestionprovider=NewReno
netsh int tcp set supplemental template=Datacenter congestionprovider=CUBIC
netsh int tcp set supplemental template=Datacentercustom congestionprovider=CUBIC</code></pre>
<h1>开启副作用？</h1>
<p>导致部分软件打不开 例如Todesk、向日葵等远程软件，也有人说Steam也打不开<br />
欢迎评论区交流~</p>
<h1>同类产品（以前加速国外服务器用的比较多）：</h1>
<p>单边TCP优化软件：锐速、腾讯TCPA、BBR魔改系<br />
双边TCP优化软件：FinalSpeed<br />
KCP协议工具：kcptun、‌ UDPSpeeder、 udp2raw等</p>
<p>你还知道哪些TCP加速软件呢，欢迎打在评论区！</p>]]></description>
    <pubDate>Sun, 27 Jul 2025 23:50:51 +0800</pubDate>
    <dc:creator>Zhen</dc:creator>
    <guid>https://zhen.cafe/technology/1.html</guid>
</item></channel>
</rss>