Skip to content

dc: Extend AcceptInfo with SystemTime #3118

Description

@Mark-Simulacrum

pub struct AcceptInfo {
/// How long the stream spent inside the dcQUIC acceptor before being enqueued for the
/// application.
pub dc_quic_accept_time: Duration,
/// How long the stream spent enqueued for the application.
pub app_queue_sojourn_time: Duration,
}

Currently we expose Durations but not an absolute timestamp, which makes it annoying to do cross-host investigations. We should capture and propagate an absolute timestamp (SystemTime, most likely).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions