"Does TCP New Congestion Window Validation Improve HTTP Adaptive Streaming Performance?" --------------------------- This software artefact has been made available in support of the following publication: Yanev, M., McQuistin, S., Perkins, C. (2022) Does TCP New Congestion Window Validation Improve HTTP Adaptive Streaming Performance? (NOSSDAV 2022), Athlone, Ireland, 14-17 June 2022 DOI: https://doi.org/10.1145/3534088.3534347 To aid with reproducibility, this artefact includes all of the source code used in generating the results described in this paper, alongside a Makefile that describes and performs the process of performing the experiments, processing and graphing the results, and producing the paper. To generate the paper, the following dependencies must be installed: - Vagrant (2.2.19) - VirtualBox (6.1.32r149290) The main archive (newcwv-nossdav2022-camea-ready) contains a Vagranfile that can be used to create a machine, install all dependencies. Additionally, a Makefile is provided that can be used within the VM to run the code, and generate all graphs and the final PDF of the paper. The top level archive contains three other archives: - newcw-nossdav2022-camera-ready (main) - verbose_reno-nossdav2022-camera-ready (dependency) - newcwv-nossdav2022-camera-ready (dependency) - README (this readme file) Building the paper using the Makefile provided may take several days. The code and software included is subject to the licences contained in the LICENCE files in each archive.