An error occurred while fetching the assigned milestone of the selected merge_request.
Changed: change SCID via env variable
+ 25
− 2
@@ -21,6 +21,9 @@
@@ -259,9 +262,29 @@ lsquic_generate_cid (lsquic_cid_t *cid, size_t len) {
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