Skip to content

NRUP v1.3.0

Choose a tag to compare

@nyarime nyarime released this 13 Apr 18:50
· 23 commits to main since this release

v1.3.0

新增

  • 5档自适应小包冗余 (<20%=2份, >20%=3, >35%=4, >50%=5)
  • 大包自动分片 (>1024B拆分后FEC编码,不再需要StreamMode)
  • StreamEncoder (流式FEC编码+Flush)
  • SessionStore 接口 (可插入Redis持久化0-RTT)

修复

  • 所有TCP代理流量现在有FEC保护 (之前需StreamMode绕过)
  • Disguise='' 默认anyconnect (之前误走none模式)

弱网提升

场景 v1.2.1 v1.3.0
40% + 200ms 87% 97%
go get github.com/nyarime/nrup@v1.3.0