annotate orphan base script components with &deprecated

This commit is contained in:
Vern Paxson 2022-05-05 11:15:13 -07:00 committed by Tim Wojtulewicz
parent 9b8ac44169
commit 6dc711c39e
8 changed files with 13 additions and 13 deletions

View file

@ -454,7 +454,7 @@ function cmp_versions(v1: Version, v2: Version): int
return 0;
}
function software_endpoint_name(id: conn_id, host: addr): string
function software_endpoint_name(id: conn_id, host: addr): string &deprecated
{
return fmt("%s %s", host, (host == id$orig_h ? "client" : "server"));
}