SerinaNya e0296e0ccd feat(srv6)!: replace openlines query with tiny/full node-info API
- routing-protocol JSON API: nodeinfotinyreq/resp returns device name
  only and is never gated; nodeinfofullreq/resp returns external
  endpoints + device name + description, where denyExternalEndpointQuery
  hides only the endpoint list (name/description always answer);
  legacy openlines* wire types removed - upgrade the whole mesh together
- rename misnamed openConnections -> externalEndpoints and
  denyConnection{Query,Broadcast} -> denyExternalEndpoint{Query,Broadcast};
  legacy config keys normalized on load because gson-2.1 lacks
  @SerializedName(alternate=...)
- remove TCP-based KLALBRemoteManagement, superseded by the HTTP API
- dashboard settings follow the renamed keys; update AGENTS.md
2026-08-26 00:23:21 +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%