Commit Graph

28 Commits

Author SHA1 Message Date
b612 0826e17063 fix(notify): 根治低带宽控制面阻塞与传输写入卡死
- 为控制消息增加优先级、公平调度、队列字节预算和自适应批处理
- 支持可取消的写门等待,收紧 shared/dedicated bulk、stream 和 Reply 写入边界
- 修复 bulk reset/close、连接 handoff 和安全 profile 切换时序
- 保留旧取消与超时错误契约,新增阶段化 TransportSendError
- 增加 ReplyCtx、ReplyObjCtx、写超时配置及黑洞连接和竞态回归测试
2026-08-14 10:16:37 +08:00
b612 98ef9e7fcc feat(transport): 完成安全架构拆分并收口 stream/bulk 传输优化
- 新增 managed/external/nested 三种传输保护模式
  - 新增 peer attach 显式认证、抗重放、channel binding 和可选前向保密协商
  - 明确单连接注入与可重拨连接源的语义边界
  - 禁止 ConnectByConn 场景下 dedicated bulk 走 sidecar,auto 模式自动回退 shared
  - 修正 dedicated attach 在 bootstrap/steady profile 切换下的处理逻辑
  - 优化 shared bulk super-batch 与批量 framed write 路径
  - 降低 stream/bulk fast path 的复制和分发损耗
  - 补齐 benchmark、回归测试、运行时快照和 README 文档
2026-04-20 16:35:44 +08:00
b612 f038a89771 fix: close stream adaptive gaps and switch notify to stario v0.1.1
- make stream fast path honor adaptive soft payload limits end-to-end
  - split oversized fast-stream payloads into sequential frames before batching
  - use adaptive soft cap when encoding stream batch payloads
  - move timeout-like error detection into production code for adaptive tx
  - tune notify FrameReader read size explicitly to avoid throughput regression
  - drop local stario replace and depend on released b612.me/stario v0.1.1
2026-04-18 16:05:57 +08:00
b612 09d972c7b7 feat(notify): 重构通信内核并补齐 stream/bulk/record/transfer 能力
- 引入 LogicalConn/TransportConn 分层,ClientConn 保留兼容适配层
  - 新增 Stream、Bulk、RecordStream 三条数据面能力及对应控制路径
  - 完成 transfer/file 传输内核与状态快照、诊断能力
  - 补齐 reconnect、inbound dispatcher、modern psk 等基础模块
  - 增加大规模回归、并发与基准测试覆盖
  - 更新依赖库
2026-04-15 15:24:36 +08:00
b612 85803f75df update go mod 2024-08-18 17:23:52 +08:00
b612 48f630564f update go.mod 2024-03-10 14:10:01 +08:00
b612 a2ab64a372 set unique gob name and update go mod 2023-02-03 13:24:52 +08:00
b612 48bbc5b776 add debug mode 2022-05-20 09:27:19 +08:00
b612 9065a12b99 add orm function 2022-05-19 11:04:52 +08:00
b612 f51d2c7137 not show log by default 2022-02-23 14:36:12 +08:00
b612 bd262df8ea remove hankshack log 2022-01-07 17:02:57 +08:00
b612 3964cd05b0 add SendWaitObj Fn 2022-01-07 15:07:24 +08:00
b612 555bc3653e v2 version release 2021-11-12 16:04:39 +08:00
b612 bdcfcd05db customize AES-CFB Keys 2021-01-13 10:05:35 +08:00
b612 164c412c24 improved 2020-12-29 14:09:48 +08:00
b612 07e374b83f bug fix:goroutine security improved 2020-12-23 20:50:57 +08:00
b612 79dcaaf249 sync support 2020-12-21 17:31:03 +08:00
b612 c9cfb6fd8a add new feature 2020-10-22 16:20:18 +08:00
b612 f2c7a55eda update new function 2020-07-17 09:54:37 +08:00
b612 1358f40836 Version 1.0.0 2020-06-08 15:06:22 +08:00
b612 f30d42e130 update 2020-02-11 10:50:11 +08:00
b612 dc7e6db1a0 bug fix 2019-12-15 12:44:55 +08:00
b612 6004b3a0f4 bug fix 2019-12-05 16:45:30 +08:00
b612 32bd99788f support udp 2019-12-03 14:15:17 +08:00
b612 bb9a240a03 update code 2019-12-03 11:34:12 +08:00
b612 1595a73e7e update 2019-11-22 10:24:39 +08:00
b612 0ca8a71e8d add comment 2019-11-14 14:50:19 +08:00
b612 2cf31950e2 init 2019-11-14 10:44:19 +08:00