This branch is 16 commits behind KNEMC/KLALB:master
SerinaNya 61868fe93e feat(config): switch webPort to URI-style webListen address
- replace integer webPort with MultiProtocolSocketAddress webListen
  (default: http://0.0.0.0:4665) in controller config
- rename Swing UI item to "Web API 监听地址" and validate as full URI
- update WebServer binding to honor configured host and port
- normalize legacy webPort integers to http://0.0.0.0:<port> on load
  and keep JSON API backward compatibility
- update i18n keys in zh_CN and en_US resource bundles
- update root klalb-config.json and AGENTS.md documentation
2026-08-26 19:42:26 +08:00
2026-07-07 00:26:38 +08:00
2023-07-26 21:30:00 +08:00
2026-07-07 00:26:38 +08:00
2026-08-23 17:42:49 +08:00
2024-01-30 16:54:57 +08:00
2023-07-02 13:20:11 +08:00
2025-04-24 10:16:38 +08:00
2026-07-07 00:26:38 +08:00
2024-01-30 16:54:09 +08:00
2024-01-30 16:54:57 +08:00
2024-08-18 17:47:11 +08:00
2025-11-15 11:08:16 +08:00
2026-02-27 08:32:03 +08:00
2026-02-27 08:32:03 +08:00
2025-11-15 11:19:43 +08:00
2023-07-02 13:20:11 +08:00
2024-01-30 16:54:09 +08:00
2024-08-18 17:47:11 +08:00
2023-07-02 13:20:11 +08:00
2026-02-27 08:32:03 +08:00
2025-01-29 14:01:11 +08:00
S
Description
KLALB - 高性能SRv6软件定义虚拟网络协议栈 KLALB 是一个基于 Java 开发、专注于长连接业务的高性能、软件定义的虚拟网络协议栈。它利用先进的 SRv6 技术,在现有互联网基础设施之上,构建了一个智能、可靠、高效的“第二互联网”数据平面——只需为每个节点分配一个 IPv6 地址,所有 KLALB 节点即可像在独立虚拟互联网中一样,通过 IPv6 直接互联互通。能通过KLALB Vegas2智能拥塞算法实现不同延迟不同带宽的网络实时动态负载均衡与路由优化调度。
GPL-3.0
104 MiB
Languages
Java 100%