mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
quic: Log client's source connection id, too.
Seem reasonable give we log the server SCID. Interestingly, the Chromium examples actually have zero length (empty) source connection IDs. I wonder if that's part of their "protocol ossification avoidance" effort.
This commit is contained in:
parent
33acfdc630
commit
1c516f738c
13 changed files with 43 additions and 37 deletions
|
@ -513,6 +513,7 @@ connection {
|
|||
QUIC::Info {
|
||||
* client_initial_dcid: string, log=T, optional=T
|
||||
* client_protocol: string, log=T, optional=T
|
||||
* client_scid: string, log=T, optional=T
|
||||
* history: string, log=T, optional=T
|
||||
* history_state: vector of string, log=F, optional=F
|
||||
* id: record conn_id, log=T, optional=F
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue