Transaction transmission control protocol and implementation for Linux

沈珺,赵问道,裘宁
DOI: https://doi.org/10.3785/j.issn.1008-973X.2003.02.015
2003-01-01
Abstract:Transmission control protocol (TCP) is not efficient enough for processing small segment transactions. T/TCP applies a new concept to decrease the number of packets, which improves the efficiency of the network transmission. First the detailed implementation of the Linux operating system with Kernel 2-4-14 was proposed. Then some tests using netperf were carried out, and analysis of between, T/TCP and TCP based on the number of packets per session was presented. The simulation results show that compared to TCP, T/TCP yields more benefits to the network when the segment is less than MSS.
What problem does this paper attempt to address?