myki's recent timeline updates
myki

myki

V2EX member #378963, joined on 2019-01-21 15:28:08 +08:00
myki's recent replies
1
支持一下
加一个
Mikrotik 端口回流
Nov 18, 2024
Replied to a topic by hxlgg01 宽带症候群 怎么破移动墙中墙
Content generated by AI
#!/usr/sbin/nft -f

# 清空所有规则
flush ruleset

# 定义表
add table ip filter

# 定义链
add chain ip filter OUTPUT { type filter hook output priority 0; policy accept; }

# 添加规则修改 SYN+ACK 报文的窗口大小
add rule ip filter OUTPUT \
tcp flags & (syn|ack) == (syn|ack) \
tcp option window set 8192 \
comment "Modify TCP window size for SYN+ACK packets"
Nov 18, 2024
Replied to a topic by hydrostic Windows 求助: wifi 网络极其不稳定
Content generated by AI
#!/usr/sbin/nft -f

# 清空所有规则
flush ruleset

# 定义表
add table ip filter

# 定义链
add chain ip filter OUTPUT { type filter hook output priority 0; policy accept; }

# 添加规则修改 SYN+ACK 报文的窗口大小
add rule ip filter OUTPUT \
tcp flags & (syn|ack) == (syn|ack) \
tcp option window set 8192 \
comment "Modify TCP window size for SYN+ACK packets"
Jul 6, 2022
Replied to a topic by vevlins 程序员 抽奖赠 3 本《 Python 编程轻松进阶》
支持楼主
把 oomd 关了之后在编译应该就可以了
sudo systemctl disable --now systemd-oomd
@overflow99 怎么个玩法
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2614 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 15:22 · PVG 23:22 · LAX 08:22 · JFK 11:22
♥ Do have faith in what you're doing.