This is an official Github repository for the Eurosys '21 paper "Towards timeout-less transport in commodity datacenter networks.".
- For the TCP version, please visit https://github.com/kaist-ina/ns3-tlt-tcp-public.
- For the VMA testbed implementation (TCP only), please visit https://github.com/kaist-ina/libvma-tlt-public.
If you find this repository useful in your research, please consider citing:
@inproceedings{10.1145/3447786.3456227,
author = {Lim, Hwijoon and Bai, Wei and Zhu, Yibo and Jung, Youngmok and Han, Dongsu},
title = {Towards Timeout-Less Transport in Commodity Datacenter Networks},
year = {2021},
isbn = {9781450383349},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3447786.3456227},
doi = {10.1145/3447786.3456227}
}
This code repository is based on https://github.com/alibaba-edu/High-Precision-Congestion-Control.