Luca Niccolini
Luca Niccolini
just adding a datapoint in favor for being as specific as possible about the reason a packet got dropped on the floor in MVFST we have about 40 different reasons...
@rmarx this one seems resolved already. Can it be closed or is there something more to do?
Actually this should be for the Datagram events and not for Packet events TransportDatagramsSent TransportDatagramsReceived TransportDatagramDropped
yeah I discussed this with Robin. He recommended considering a `PathInfo` struct that basically contains the 4 tuple and it can be reused for all cases, including Connection Migration and...
Discussed in the meeting. Some TODOs: * one empty line before each comment line (but not after) * always use multiple lines for union types: even if there are just...
Thanks for reporting. Could you please add some information on the build command you ran, for me to reproduce?
hi @Sunsapience, 20% loss rate is overly high. With such conditions the performance of any protocol that tries to achieve reliable delivery would suffer dramatically
ugh, yeah unfortunately the workaround recommended by @junkai0531 is the fastest way forward, as this seems to be a compiler issue. Do you mind pasting here your compiler version, so...
**A proposal for QPACK events** -- @afrind The current QLOG events for QPACK focus on 3 main event types: Header block encoded/decoded, state updates, and raw instructions. The most common...
rebasing was a nightmare so I created a new (draft) PR https://github.com/quicwg/qlog/pull/298 I can force push the new commits here in case that is better. Let me know