将 Linux 内核算法移植为可加载的 .zts 模块。热替换 TCP 拥塞控制、驱动、文件系统,无需重新编译或重启内核。 Port Linux kernel algorithms as loadable .zts modules. Hot-swap TCP congestion control, drivers, filesystems without recompiling or rebooting the kernel.
替换算法无需重启 Replace without reboot
故障检测、隔离、回滚 Detect, isolate, rollback
编译 Linux 代码为 .zts Compile Linux to .zts
运行时动态加载模块 Runtime dynamic loading
CUBIC 拥塞控制。用三次函数增长窗口替代 TCP Reno,适用于高速网络。 CUBIC congestion control. Replaces TCP Reno with cubic window growth for high-speed networks.
下载 .zts 模块 → Download .zts →BBR v2 拥塞控制。基于模型的带宽延迟积优化,实现最佳吞吐量与低延迟。 BBR v2 congestion control. Model-based bandwidth-delay product for optimal throughput with low latency.
下载 .zts 模块 → Download .zts →Virtio 块驱动。修复 QEMU 和云环境中的 I/O 超时,支持 scatter-gather 和重试。 Virtio block driver. Fixes I/O timeout in QEMU and cloud, with scatter-gather and retry support.
下载 .zts 模块 → Download .zts →包含所有设备驱动:virtio-blk/net、AHCI SATA、NVMe、e1000、RTL8188EU WiFi、XHCI USB 3.0。一个模块覆盖所有硬件。 All device drivers: virtio-blk/net, AHCI SATA, NVMe, e1000, RTL8188EU WiFi, XHCI USB 3.0. One module for all hardware.
下载 .zts 模块 → Download .zts →长文件名支持。修复 FAT32 文件系统的路径解析和 mkdir 问题。 Long filename support. Fixes path resolution and mkdir in FAT32.
完全公平调度器。红黑树优先级增强的任务调度。 Completely Fair Scheduler. Red-black tree priority scheduling.
页缓存和预读。显著提升文件系统读写性能。 Page cache and readahead. Significantly improves FS performance.
当 Linux 内核版本更新时,我们会抓紧更新 ZTS 适配层和模块。更多插件敬请期待! When the Linux kernel version is updated, we will promptly update the ZTS adaptation layer and modules. More plugins coming soon!