PulseAugur
实时 23:12:34
实体 HTTP/3

HTTP/3

PulseAugur coverage of HTTP/3 — every cluster mentioning HTTP/3 across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
0
90 天内 1
发布 · 30天
0
90 天内 0
论文 · 30天
0
90 天内 0
层级分布 · 90 天
主题
时间线
  1. 2026-08-14 product_launch MiniMax AI will present its H3 technology for AI video generation at ModCon '26. 来源
  2. 2026-08-13 product_launch MiniMax AI launched its H3 model, integrated with Magnific AI, to generate campaign-ready videos from product shots. 来源
  3. 2026-08-07 product_launch MiniMax AI is launching its new open-weight video generation model, H3, on August 7th. 来源
  4. 2026-08-05 product_launch MiniMax open-sourced its H3 large language model. 来源
  5. 2026-08-04 product_launch MiniMax AI has open-sourced its H3 model. 来源
  6. 2026-08-01 product_launch MiniMax released the H3 open-source video model, claiming it leads in video editing benchmarks and offers competitive pricing. 来源
  7. 2026-07-31 product_launch MiniMax AI launched its H3 model, now available on Leonardo AI. 来源
  8. 2026-07-31 product_launch MiniMax AI launched its H3 video generation model, available on Magnific and Venice, with plans for open weights. 来源
  9. 2026-07-31 product_launch MiniMax launched its H3 video generation model, offering performance comparable to leading models at a significantly lower cost and with plans for open-sourcing. 来源
  10. 2026-07-31 product_launch MiniMax AI's H3 model was introduced into the Video Arena for text-to-video and image-to-video generation. 来源
  11. 2026-07-31 product_launch MiniMax launched its H3 multimodal generation model, with plans to release open weights. 来源
  12. 2026-07-31 product_launch MiniMax AI has launched its H3 multimodal video model. 来源
最近 · 第 1/1 页 · 共 1 条
  1. TOOL · CL_124782 ·

    eBPF 套接字转向扩展了用于 HTTP/3 连接迁移的 QUIC 入口

    本文详细介绍了如何扩展 QUIC 入口以支持 HTTP/3 连接迁移,这是客户端更改 IP 地址时出现的挑战。传统的 UDP 代理依赖于客户端 IP 和端口的哈希,当客户端 IP 更改时会失败,导致数据包丢失。解决方案是使用 eBPF(扩展 Berkeley 数据包过滤器)在内核级别转向 QUIC 连接,使其即使在客户端网络路径发生变化时也能保持连接。这种方法利用了 Linux 内核功能,并被提出作为对简单 UDP 代理部署的修复。