DELAY BASED ACTIVE QUEUE MANAGEMENT FOR UPLINK TRAFFIC IN USER EQUIPMENT

- QUALCOMM Incorporated

A method, an apparatus, and a computer program product for wireless communication are provided. The apparatus stores data packets in a buffer. In addition, the apparatus determines a delay of at least one data packet of the data packets in the buffer. Furthermore, the apparatus controls a TCP data flow rate based on the determined delay. The apparatus may also store ACKs in a second buffer and drop an ACK of the stored ACKs when one of a number of stored ACKs is greater than a first threshold or a size of the stored ACKs is greater than a second threshold.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
BACKGROUND

1. Field

The present disclosure relates generally to communication systems, and more particularly, to delay based active queue management for uplink traffic in user equipment (UE).

2. Background

Wireless communication systems are widely deployed to provide various telecommunication services such as telephony, video, data, messaging, and broadcasts. Typical wireless communication systems may employ multiple-access technologies capable of supporting communication with multiple users by sharing available system resources (e.g., bandwidth, transmit power). These multiple access technologies have been adopted in various telecommunication standards to provide a common protocol that enables different wireless devices to communicate on a municipal, national, regional, and even global level. Examples of telecommunication standards are Evolved High-Speed Packet Access (also known as HSPA+) and Long Term Evolution (LTE).

In HSPA+, LTE, and other telecommunication standards, multiple applications may share the same modem and communication inefficiencies may result due to increased queuing of data and acknowledgments (ACKs). To address potential communication inefficiencies, a flow control algorithm is needed.

SUMMARY

In an aspect of the disclosure, a method, a computer program product, and an apparatus are provided. The apparatus stores data packets in a buffer. In addition, the apparatus determines a delay of at least one data packet of the data packets in the buffer. Furthermore, the apparatus controls a Transmission Control Protocol (TCP) data flow rate based on the determined delay.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 is a first diagram for illustrating TCP communication between a UE and a TCP source/server.

FIG. 2 is a second diagram for illustrating TCP communication between a UE and a TCP source/server.

FIG. 3 is a diagram for illustrating a downlink rate and an uplink rate for various uplink buffer sizes without delayed ACKs.

FIG. 4 is a diagram for illustrating a downlink rate and an uplink rate for various uplink buffer sizes with delayed ACKs.

FIG. 5 is a diagram for illustrating an exemplary method for TCP packet flow control.

FIG. 6 is another diagram for illustrating an exemplary method for TCP packet flow control.

FIG. 7 is a flow chart of a method of wireless communication.

FIG. 8 is a conceptual data flow diagram illustrating the data flow between different modules/means/components in an exemplary apparatus.

FIG. 9 is a diagram illustrating an example of a hardware implementation for an apparatus employing a processing system.

DETAILED DESCRIPTION

The detailed description set forth below in connection with the appended drawings is intended as a description of various configurations and is not intended to represent the only configurations in which the concepts described herein may be practiced. The detailed description includes specific details for the purpose of providing a thorough understanding of various concepts. However, it will be apparent to those skilled in the art that these concepts may be practiced without these specific details. In some instances, well known structures and components are shown in block diagram form in order to avoid obscuring such concepts.

Several aspects of telecommunication systems will now be presented with reference to various apparatus and methods. These apparatus and methods will be described in the following detailed description and illustrated in the accompanying drawings by various blocks, modules, components, circuits, steps, processes, algorithms, etc. (collectively referred to as “elements”). These elements may be implemented using electronic hardware, computer software, or any combination thereof. Whether such elements are implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system.

By way of example, an element, or any portion of an element, or any combination of elements may be implemented with a “processing system” that includes one or more processors. Examples of processors include microprocessors, microcontrollers, digital signal processors (DSPs), field programmable gate arrays (FPGAs), programmable logic devices (PLDs), state machines, gated logic, discrete hardware circuits, and other suitable hardware configured to perform the various functionality described throughout this disclosure. One or more processors in the processing system may execute software. Software shall be construed broadly to mean instructions, instruction sets, code, code segments, program code, programs, subprograms, software modules, applications, software applications, software packages, routines, subroutines, objects, executables, threads of execution, procedures, functions, etc., whether referred to as software, firmware, middleware, microcode, hardware description language, or otherwise.

Accordingly, in one or more exemplary embodiments, the functions described may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or encoded as one or more instructions or code on a computer-readable medium. Computer-readable media includes computer storage media. Storage media may be any available media that can be accessed by a computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer. Disk and disc, as used herein, includes compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk and Blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.

FIG. 1 is a first diagram 100 for illustrating TCP communication between a UE 102 and a TCP source/server 106. The UE 102 communicates with the TCP source/server 106 via the evolved Node B (eNB) 104. The TCP source/server 106 is located somewhere on the Internet and therefore the TCP source/server 106 may not be directly connected to the eNB 104. As shown in FIG. 1, the eNB 104 receives TCP data packets 108a from the TCP source/server 106 and transmits those data packets 108b to the UE 102. The data packets 108b are spaced apart by time T, where T=MSS/RD, MSS is the maximum segment size, and RD is the downlink (DL) rate. The UE 102 receives the data packets 108b, processes the data packets 108b, and sends ACKs 110 back to the eNB 104. The ACKs 110 are also spaced apart by time T, irrespective of the uplink (UL) rate RU. The equal spacing of the ACKs 110 on UL and the data packets 108b on DL enables TCP without causing buffer over-flows.

FIG. 2 is a second diagram 200 for illustrating TCP communication between a UE 202 and a TCP source/server 206. The UE 202 communicates with the TCP source/server 206 via the eNB 204. The TCP source/server 206 is located somewhere on the Internet and therefore the TCP source/server 206 may not be directly connected to the eNB 204. As shown in FIG. 2, the eNB 204 receives TCP data packets 208a and ACKs 210a from the TCP source/server 206. The data packets 208b and ACKs 210b are queued in a buffer for transmission. The eNB 204 de-queues the data packets 208b and ACKs 210b and transmits the data packets 208c and ACKs 210c to the UE 202. The UE 202 receives the data packets 208c, processes those data packets 208c, and queues ACKs 214a for transmission to the eNB 204. The UE 202 also queues data packets 212a for transmission to the eNB 204. The UE 202 de-queues the data packets 212a and the ACKs 214a and transmits the data packets 212b and the ACKs 214b to the eNB 204. The ACKs 214b are spaced really close together. Such close spacing may be referred to as ACK compression (also referred to as ACK aggregation). Due to ACK compression, the TCP source/server 206 receives a plurality of ACKs at almost the same time. When the TCP source/server 206 receives a plurality of ACKs with less time spacing than the spacing in which data packets are transmitted, the TCP source/server 206 may be misled into sending more data than the network can accept. As such, the TCP source/server 206 may increase the rate at which data packets 208a are provided to the eNB 204. As a result, the UE 202 may receive an increased amount of data packets 208c on DL, and queue an increased number of ACKs 214a and data packets 212a for UL transmission. The increased number of ACKs 214a and data packets 212a queued for UL transmission causes additional ACK compression, and increased TCP communication inefficiencies such as dropped packets and/or increases in the round trip time (RTT). The RTT refers to the total time from when a data packet leaves the TCP source/server 206 to the time when the TCP source/server 206 receives a corresponding ACK. Due to the increased RTT, the TCP congestion window size must grow large to allow full usage of the bandwidth. The number of bytes that can be outstanding at any one time is a function of the TCP congestion window size. The TCP congestion window cannot grow beyond the buffering capability on the network side due to ACK compression. The combination of a large RTT and ACK compression results in low throughput for TCP.

FIG. 3 is a diagram 300 for illustrating a DL rate RD and an UL rate RU for various UL buffer sizes without delayed ACKs. FIG. 4 is a diagram 400 for illustrating a DL rate RD and an UL rate RU for various UL buffer sizes with delayed ACKs. The rates were determined assuming a 100 Mbps link with a 40 ms delay between the TCP source/server and the eNB, a 14 Mbps DL rate with a 1 ms delay from the eNB to the modem of the UE, a 2 Mbps UL rate with a 1 ms delay from the modem of the UE to the eNB, and a 100 Mbps link with a 1 ms delay between the modem and the TCP layer of the UE. As shown in FIG. 3 and FIG. 4, even with no implemented packet flow control, an increased buffer size results in an increase in the UL rate RU and a decrease in the DL rate RD. Further increasing the UL buffer size beyond a certain size results in an insignificant increase in the UL rate RU and a significant decrease in the DL rate RD. Increasing the UL buffer size causes an increase in the RTT and the ACK compression, resulting in a greater number of DL packets being dropped. Accordingly, there is an optimum UL buffer size based on a desired DL rate RD and UL rate RU.

FIG. 5 is a diagram 500 for illustrating an exemplary method for TCP packet flow control. As shown in FIG. 5, incoming packets 514 may be inspected by a deep packet inspection module 516 and separated into either the data buffer 502 (518) or the ACK buffer 508 (520). In one configuration, the deep packet inspection module 516 may only inspect packets that are less than X bytes (e.g., X=80). In such a configuration, packets that are greater than or equal to X bytes may be placed automatically in the data buffer 502. For packets that are less than X bytes, the deep packet inspection module 516 stores 518 the data packets into the data buffer 502 and stores 520 the ACK packets into the ACK buffer 508. The deep packet inspection module may be enabled/disabled. Further, the size range of the packets for which the deep packet inspection module 516 inspects may be changed (i.e., X may be varied).

The dummy packet insertion module 522 may periodically insert a dummy packet 506 with a time stamp of an initial time (or time in) ti. When the dummy packet 506 is removed from the queue, a final time (or time out) to is compared to the initial time ti. The difference ti−to is the delay Delaydummy of the dummy packet 506 in the buffer. After the dummy packet 506 is de-queued from the data buffer 502, the dummy packet 506 is not transmitted to the serving eNB and is discarded. According to the exemplary method, if the delay Delaydummy is greater than an upper (high) delay threshold DelayU (e.g., 60-80 ms), the UE starts randomly dropping or marking data packets 504 until the delay Delaydummy is less than or equal to a lower (low) delay threshold DelayU (e.g., 30 ms). The delay threshold DelayU is related to a high buffer storage threshold DH through the relationship DH=RULDelayU, where DH is the high buffer storage threshold and RUL, is the UL transmission rate. The delay threshold DelayL is related to a low buffer storage threshold DL through the relationship DL=RULDelayL, where DL is the low buffer storage threshold and RUL is the UL transmission rate. The high and low buffer storage thresholds DH and DL are indicated in FIG. 5. Because the UL transmission rate RUL varies, the high and low buffer storage thresholds DH and DL also vary.

When the UE drops an UL data packet, the TCP source/server realizes that the network is congested, and slows down the DL data packet transmission rate. The decreased DL transmission rate results in a slowdown of the generation of UL data packets in the UE for UL transmission, and therefore reduces the amount of UL data packets stored in the data buffer 502. When the UE drops an UL data packet, the UE will have to re-buffer the data packet for later UL transmission (from the TCP layer perspective, when a UE drops an UL data packet, the data packet will have to be retransmitted). Alternatively, if the TCP source/server supports Explicit Congestion Notification (ECN), the UE may mark an IP header in a data packet to indicate network congestion. The advantage to marking packets rather than dropping is that the UE will not need to re-buffer a dropped data packet for later UL transmission.

The UE may also indicate network congestion by dropping an ACK when the number of ACKs is greater than a threshold or a size of the ACKs stored in the ACK buffer 508 is greater than a threshold AH. When the UE determines to drop an ACK, the UE may drop the ACK from the earliest stored ACKs upon determining that another ACK may be transmitted that contains information of the dropped ACK. When the TCP source/server receives an ACK that contains information of a dropped ACK, the TCP source/server will recognize that the ACK also provides an acknowledgement of the dropped ACK. With respect to the threshold AH, when the size of the ACKs stored in the ACK buffer 508 is greater than AH, the UE may drop the ACK 512 upon determining that the ACK 510 contains information of the ACK 512.

In the exemplary method, the UE performs active queue management by dropping/marking data packets based on data packet delay in the data buffer 502. The UE may perform deep packet inspection to separate a subset of the packets (e.g., packets with size less than X) into different buffers. The deep packet inspection may be enabled/disabled. In addition, the UE may prioritize the transmission of ACKs on the UL by transmitting ACKs before data packets.

FIG. 6 is another diagram 600 for illustrating an exemplary method for TCP packet flow control. As shown in FIG. 6, alternatively, the exemplary method may be performed in one buffer 602. The UE may hold pointers to the beginning and the end of the data and ACK portions of the buffer 602 to enable the exemplary method with one buffer.

FIG. 7 is a flow chart 700 of a method of wireless communication. The method may be performed by a UE. In step 702, the UE stores data packets in a buffer. In step 704, the UE may also insert dummy packets into the buffer in order to determine a delay of packets inserted into the buffer. In step 706, the UE determines a delay of at least one data packet of the data packets in the buffer. If step 704 is performed, the delay may be determined based on the inserted dummy packets, such as through a comparison of the time at which the dummy packets are added to the buffer and the time at which the dummy packets are removed from the buffer. In step 708, the UE may maintain (i.e., store, adjust through increasing/decreasing) an upper delay threshold and a lower delay threshold. The UE may adjust the upper and lower delay thresholds based on a requisite DL data rate. For example, referring to FIG. 3 and FIG. 4, a decrease in a requisite DL data rate will allow the UL buffer size to be larger, and therefore the upper and lower delay thresholds may be increased. Further, an increase in a requisite DL data rate will require the UL buffer size to be smaller, and therefore the upper and lower delay thresholds may be decreased.

In step 710, the UE controls a TCP data flow rate based on the determined delay. If step 708 is performed, the UE may also control the TCP data flow rate based on the upper and lower delay thresholds. For example, the UE may decrease the TCP data flow rate by dropping or marking packets when the delay is greater than or equal to the upper delay threshold, and may continue dropping or marking packets until the delay is less than or equal to the lower delay threshold. When the UE decreases the TCP data flow rate by dropping or marking packets, the UE may select which packets to drop/mark randomly. For example, the UE may randomly select one packet out of every ten packets for marking/dropping.

In step 712, the UE may store ACKs in a second buffer. The buffer and the second buffer may be the same buffer (see FIG. 6) or different buffers (see FIG. 5). The second buffer may be multiple buffers. For example, ACKs from each TCP stream may be stored in a separate buffer. In step 714, the UE may drop an ACK of the stored ACKs when one of a number of stored ACKs is greater than a first threshold or a size of the stored ACKs is greater than a second threshold. The UE may drop the ACK from the earliest stored ACKs upon determining that another ACK may be transmitted that contains information of the dropped ACK. In step 716, the UE transmits the data packets and the ACKs in the buffer. The UE may transmit the data packets and the ACKs with a varying UL transmission rate.

FIG. 8 is a conceptual data flow diagram 800 illustrating the data flow between different modules/means/components in an exemplary apparatus 802. The apparatus includes a receiving and data/ACK processing module 804 that receives data and/or ACKs from an eNB 850. The apparatus further includes a data and ACK generation module 806. The data and ACK generation module 806 may generate an ACK based on received data. The data and ACK generation module 806 may also generate data based on received data or a received ACK. The data and ACK generation module 806 provides generated data/ACKs to the buffer and threshold maintenance module 810. The buffer and threshold maintenance module 810 stores the data/ACKs into the buffer(s). The buffer and threshold maintenance module 810 may maintain one or more buffers for storing the data and ACKs. When the buffer and threshold maintenance module 810 cannot determine whether a packet carries data or an ACK based on the size of the packet, the buffer and threshold maintenance module 810 may perform deep packet inspection to separate data and ACKs into their respective buffers. The apparatus may further include a packet delay determination module 808. When a dummy packet is de-queued, the buffer and threshold maintenance module 810 may provide the dummy packet to the packet delay determination module 808 so that the packet delay determination module can determine for how long the dummy packet was queued in the buffer. The packet delay determination module 808 provides the delay information to the buffer and threshold maintenance module 810 so that the buffer and threshold maintenance module 810 may maintain the upper and lower delay thresholds associated with the buffer(s). The buffer and threshold maintenance module 810 provides de-queued data and ACK packets to the transmission module, which transmits the data and ACK packets to the eNB 850.

The apparatus may include additional modules that perform each of the steps of the algorithm in the aforementioned flow chart of FIG. 7. As such, each step in the aforementioned flow chart of FIG. 7 may be performed by a module and the apparatus may include one or more of those modules. The modules may be one or more hardware components specifically configured to carry out the stated processes/algorithm, implemented by a processor configured to perform the stated processes/algorithm, stored within a computer-readable medium for implementation by a processor, or some combination thereof.

FIG. 9 is a diagram 900 illustrating an example of a hardware implementation for an apparatus 802′ employing a processing system 914. The processing system 914 may be implemented with a bus architecture, represented generally by the bus 924. The bus 924 may include any number of interconnecting buses and bridges depending on the specific application of the processing system 914 and the overall design constraints. The bus 924 links together various circuits including one or more processors and/or hardware modules, represented by the processor 904, the modules 804, 806, 808, 810, 812 and the computer-readable medium 906. The bus 924 may also link various other circuits such as timing sources, peripherals, voltage regulators, and power management circuits, which are well known in the art, and therefore, will not be described any further.

The processing system 914 may be coupled to a transceiver 910. The transceiver 910 is coupled to one or more antennas 920. The transceiver 910 provides a means for communicating with various other apparatus over a transmission medium. The processing system 914 includes a processor 904 coupled to a computer-readable medium 906. The processor 904 is responsible for general processing, including the execution of software stored on the computer-readable medium 906. The software, when executed by the processor 904, causes the processing system 914 to perform the various functions described supra for any particular apparatus. The computer-readable medium 906 may also be used for storing data that is manipulated by the processor 904 when executing software. The processing system further includes at least one of the modules 804, 806, 808, 810, and 812. The modules may be software modules running in the processor 904, resident/stored in the computer readable medium 906, one or more hardware modules coupled to the processor 904, or some combination thereof.

In one configuration, the apparatus 802/802′ for wireless communication includes means for storing data packets in a buffer, means for determining a delay of at least one data packet of the data packets in the buffer, and means for controlling a TCP data flow rate based on the determined delay. The apparatus may further include means for maintaining an upper delay threshold. The means for maintaining the upper delay threshold stores an upper delay threshold and may increase or decrease the upper delay threshold based on a requisite DL data rate. The apparatus may further include means for maintaining a lower delay threshold. The means for maintaining the lower delay threshold stores a lower delay threshold and may increase or decrease the lower delay threshold based on a requisite DL data rate. The apparatus may further include means for determining a requisite DL data rate and means for adjusting the upper threshold and the lower threshold based on the determined requisite DL data rate. The apparatus may further include means for storing ACKs in a second buffer, and means for dropping an ACK of the stored ACKs when one of a number of stored ACKs is greater than a first threshold or a size of the stored ACKs is greater than a second threshold. The buffer and the second buffer may be the same buffer or different buffers. The apparatus may further include means for transmitting the data packets in the buffer with a varying uplink transmission rate. The apparatus may further include means for inserting dummy packets into the buffer. The delay may be determined based on the inserted dummy packets. The aforementioned means may be one or more of the aforementioned modules of the apparatus 802 and/or the processing system 914 of the apparatus 802′ configured to perform the functions recited by the aforementioned means.

It is understood that the specific order or hierarchy of steps in the processes disclosed is an illustration of exemplary approaches. Based upon design preferences, it is understood that the specific order or hierarchy of steps in the processes may be rearranged. Further, some steps may be combined or omitted. The accompanying method claims present elements of the various steps in a sample order, and are not meant to be limited to the specific order or hierarchy presented.

The previous description is provided to enable any person skilled in the art to practice the various aspects described herein. Various modifications to these aspects will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other aspects. Thus, the claims are not intended to be limited to the aspects shown herein, but is to be accorded the full scope consistent with the language claims, wherein reference to an element in the singular is not intended to mean “one and only one” unless specifically so stated, but rather “one or more.” Unless specifically stated otherwise, the term “some” refers to one or more. All structural and functional equivalents to the elements of the various aspects described throughout this disclosure that are known or later come to be known to those of ordinary skill in the art are expressly incorporated herein by reference and are intended to be encompassed by the claims. Moreover, nothing disclosed herein is intended to be dedicated to the public regardless of whether such disclosure is explicitly recited in the claims. No claim element is to be construed as a means plus function unless the element is expressly recited using the phrase “means for.”

Claims

1. A method of wireless communication, comprising:

storing data packets in a buffer;
determining a delay of at least one data packet of the data packets in the buffer; and
controlling a Transmission Control Protocol (TCP) data flow rate based on the determined delay.

2. The method of claim 1, further comprising maintaining an upper threshold, wherein the controlling the TCP data flow rate comprises decreasing the TCP data flow rate when the delay is greater than or equal to the upper threshold.

3. The method of claim 2, further comprising maintaining a lower threshold, wherein the controlling the TCP data flow rate comprises decreasing the TCP data flow rate until the delay is less than or equal to the lower threshold.

4. The method of claim 3, further comprising:

determining a requisite downlink (DL) data rate; and
adjusting the upper threshold and the lower threshold based on the determined requisite DL data rate.

5. The method of claim 1, wherein the controlling the TCP data flow rate comprises dropping random data packets in order to decrease the TCP data flow rate.

6. The method of claim 1, wherein the controlling the TCP data flow rate comprises marking random data packets in order to decrease the TCP data flow rate.

7. The method of claim 1, further comprising:

storing acknowledgements (ACKs) in a second buffer; and
dropping an ACK of the stored ACKs when one of a number of stored ACKs is greater than a first threshold or a size of the stored ACKs is greater than a second threshold.

8. The method of claim 7, wherein the ACK is dropped from the earliest stored ACKs upon determining that another ACK may be transmitted that contains information of the dropped ACK.

9. The method of claim 1, further comprising transmitting the data packets in the buffer with a varying uplink transmission rate.

10. The method of claim 1, further comprising inserting dummy packets into the buffer, wherein the delay is determined based on the inserted dummy packets.

11. An apparatus for wireless communication, comprising:

means for storing data packets in a buffer;
means for determining a delay of at least one data packet of the data packets in the buffer; and
means for controlling a Transmission Control Protocol (TCP) data flow rate based on the determined delay.

12. The apparatus of claim 11, further comprising means for maintaining an upper threshold, wherein the means for controlling the TCP data flow rate decreases the TCP data flow rate when the delay is greater than or equal to the upper threshold.

13. The apparatus of claim 12, further comprising means for maintaining a lower threshold, wherein the means for controlling the TCP data flow rate decreases the TCP data flow rate until the delay is less than or equal to the lower threshold.

14. The apparatus of claim 13, further comprising:

means for determining a requisite downlink (DL) data rate; and
means for adjusting the upper threshold and the lower threshold based on the determined requisite DL data rate.

15. The apparatus of claim 11, wherein the means for controlling the TCP data flow rate drops random data packets in order to decrease the TCP data flow rate.

16. The apparatus of claim 11, wherein the means for controlling the TCP data flow rate marks random data packets in order to decrease the TCP data flow rate.

17. The apparatus of claim 11, further comprising:

means for storing acknowledgements (ACKs) in a second buffer; and
means for dropping an ACK of the stored ACKs when one of a number of stored ACKs is greater than a first threshold or a size of the stored ACKs is greater than a second threshold.

18. The apparatus of claim 17, wherein the ACK is dropped from the earliest stored ACKs upon determining that another ACK may be transmitted that contains information of the dropped ACK.

19. The apparatus of claim 11, further comprising means for transmitting the data packets in the buffer with a varying uplink transmission rate.

20. The apparatus of claim 11, further comprising means for inserting dummy packets into the buffer, wherein the delay is determined based on the inserted dummy packets.

21. An apparatus for wireless communication, comprising:

a processing system configured to:
store data packets in a buffer;
determine a delay of at least one data packet of the data packets in the buffer; and
control a Transmission Control Protocol (TCP) data flow rate based on the determined delay.

22. The apparatus of claim 21, wherein the processing system is further configured to maintain an upper threshold, wherein the processing system is configured to control the TCP data flow rate by decreasing the TCP data flow rate when the delay is greater than or equal to the upper threshold.

23. The apparatus of claim 22, wherein the processing system is further configured to maintain a lower threshold, wherein the processing system is configured to control the TCP data flow rate by decreasing the TCP data flow rate until the delay is less than or equal to the lower threshold.

24. The apparatus of claim 23, wherein the processing system is further configured to:

determine a requisite downlink (DL) data rate; and
adjust the upper threshold and the lower threshold based on the determined requisite DL data rate.

25. The apparatus of claim 21, wherein the processing system is configured to control the TCP data flow rate by dropping random data packets in order to decrease the TCP data flow rate.

26. The apparatus of claim 21, wherein the processing system is configured to control the TCP data flow rate by marking random data packets in order to decrease the TCP data flow rate.

27. The apparatus of claim 21, wherein the processing system is further configured to:

store acknowledgements (ACKs) in a second buffer; and
drop an ACK of the stored ACKs when one of a number of stored ACKs is greater than a first threshold or a size of the stored ACKs is greater than a second threshold.

28. The apparatus of claim 27, wherein the ACK is dropped from the earliest stored ACKs upon determining that another ACK may be transmitted that contains information of the dropped ACK.

29. The apparatus of claim 21, wherein the processing system is further configured to transmit the data packets in the buffer with a varying uplink transmission rate.

30. The apparatus of claim 21, wherein the processing system is further configured to insert dummy packets into the buffer, wherein the delay is determined based on the inserted dummy packets.

31. A computer program product, comprising:

a computer-readable medium comprising code for:
storing data packets in a buffer;
determining a delay of at least one data packet of the data packets in the buffer; and
controlling a Transmission Control Protocol (TCP) data flow rate based on the determined delay.

32. The computer program product of claim 31, wherein the computer-readable medium further comprises code for maintaining an upper threshold, wherein the code for controlling the TCP data flow rate decreases the TCP data flow rate when the delay is greater than or equal to the upper threshold.

33. The computer program product of claim 32, wherein the computer-readable medium further comprises code for maintaining a lower threshold, wherein the code for controlling the TCP data flow rate decreases the TCP data flow rate until the delay is less than or equal to the lower threshold.

34. The computer program product of claim 33, wherein the computer-readable medium further comprises code for:

determining a requisite downlink (DL) data rate; and
adjusting the upper threshold and the lower threshold based on the determined requisite DL data rate.

35. The computer program product of claim 31, wherein the code for controlling the TCP data flow rate drops random data packets in order to decrease the TCP data flow rate.

36. The computer program product of claim 31, wherein the code for controlling the TCP data flow rate marks random data packets in order to decrease the TCP data flow rate.

37. The computer program product of claim 31, wherein the computer-readable medium further comprises code for:

storing acknowledgements (ACKs) in a second buffer; and
dropping an ACK of the stored ACKs when one of a number of stored ACKs is greater than a first threshold or a size of the stored ACKs is greater than a second threshold.

38. The computer program product of claim 37, wherein the ACK is dropped from the earliest stored ACKs upon determining that another ACK may be transmitted that contains information of the dropped ACK.

39. The computer program product of claim 31, wherein the computer-readable medium further comprises code for transmitting the data packets in the buffer with a varying uplink transmission rate.

40. The computer program product of claim 31, wherein the computer-readable medium further comprises code for inserting dummy packets into the buffer, wherein the delay is determined based on the inserted dummy packets.

Patent History
Publication number: 20130250765
Type: Application
Filed: Mar 23, 2012
Publication Date: Sep 26, 2013
Patent Grant number: 9386128
Applicant: QUALCOMM Incorporated (San Diego, CA)
Inventors: Navid Ehsan (San Diego, CA), Thomas Klingenbrunn (San Diego, CA)
Application Number: 13/428,954
Classifications
Current U.S. Class: Flow Control Of Data Transmission Through A Network (370/235)
International Classification: H04W 28/14 (20090101);