Skip to content

Changed: change SCID via env variable

Sebastian Rust requested to merge rustseba/lsquic:master into master

Cann now read and change SCID via env variable LSQUIC_CID. Format is a string of up to 20 space separated numbers which are then parsed. Relies on atoi, so be careful with invalid values for the numbers

Merge request reports