完善节点筛选机制

This commit is contained in:
2026-06-12 16:43:09 +08:00
parent 513fe78815
commit 25cacf0bca
7 changed files with 40 additions and 82 deletions

View File

@@ -669,7 +669,7 @@ create table edge (
ip inet not null,
port int,
isp int not null,
area_id int not null,
area_id int,
status int not null default 0,
rtt int default 0,
loss int default 0,