зеркало из https://github.com/microsoft/msquic.git
Fix CID ETW Events (#172)
This commit is contained in:
Родитель
64e32607c9
Коммит
2c399e8a83
|
@ -2860,19 +2860,19 @@
|
|||
/>
|
||||
<string
|
||||
id="Etw.ConnSourceCidAdd"
|
||||
value="[conn][%1] New Source CID: %3"
|
||||
value="[conn][%1] New Source CID: %4"
|
||||
/>
|
||||
<string
|
||||
id="Etw.ConnDestCidAdd"
|
||||
value="[conn][%1] New Destination CID: %3"
|
||||
value="[conn][%1] New Destination CID: %4"
|
||||
/>
|
||||
<string
|
||||
id="Etw.ConnSourceCidRemove"
|
||||
value="[conn][%1] Removed Source CID: %3"
|
||||
value="[conn][%1] Removed Source CID: %4"
|
||||
/>
|
||||
<string
|
||||
id="Etw.ConnDestCidRemove"
|
||||
value="[conn][%1] Removed Destination CID: %3"
|
||||
value="[conn][%1] Removed Destination CID: %4"
|
||||
/>
|
||||
<string
|
||||
id="Etw.ConnAssignWorker"
|
||||
|
|
|
@ -242,6 +242,7 @@ struct QuicConnEventPayload {
|
|||
uint32_t WindowLastMax;
|
||||
} Cubic;
|
||||
struct {
|
||||
uint64_t SequenceNumber;
|
||||
uint8_t CidLength;
|
||||
uint8_t Cid[1];
|
||||
} SourceCidAdd, SourceCidRemove;
|
||||
|
|
Загрузка…
Ссылка в новой задаче