feat(protocol-cache): add sliding TTL re-probing and eviction for backend protocol detection
This commit is contained in:
@@ -126,6 +126,8 @@ export interface IProtocolCacheEntry {
|
||||
protocol: string;
|
||||
h3Port: number | null;
|
||||
ageSecs: number;
|
||||
lastAccessedSecs: number;
|
||||
lastProbedSecs: number;
|
||||
h2Suppressed: boolean;
|
||||
h3Suppressed: boolean;
|
||||
h2CooldownRemainingSecs: number | null;
|
||||
|
||||
Reference in New Issue
Block a user