CN109428777B - Method and terminal for detecting packet loss - Google Patents

Method and terminal for detecting packet loss Download PDF

Info

Publication number
CN109428777B
CN109428777B CN201710733630.3A CN201710733630A CN109428777B CN 109428777 B CN109428777 B CN 109428777B CN 201710733630 A CN201710733630 A CN 201710733630A CN 109428777 B CN109428777 B CN 109428777B
Authority
CN
China
Prior art keywords
packet
received
sequence number
receiving end
receiving
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710733630.3A
Other languages
Chinese (zh)
Other versions
CN109428777A (en
Inventor
刘德建
杜建强
范涛涛
赖碧威
王长兴
张明辉
郭玉湖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujian Huayu Education Technology Co Ltd
Original Assignee
Fujian Huayu Education Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujian Huayu Education Technology Co Ltd filed Critical Fujian Huayu Education Technology Co Ltd
Priority to CN201710733630.3A priority Critical patent/CN109428777B/en
Publication of CN109428777A publication Critical patent/CN109428777A/en
Application granted granted Critical
Publication of CN109428777B publication Critical patent/CN109428777B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0823Errors, e.g. transmission errors
    • H04L43/0829Packet loss

Landscapes

  • Engineering & Computer Science (AREA)
  • Environmental & Geological Engineering (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

The invention provides a method and a terminal for detecting packet loss, wherein the method comprises the steps of receiving information fed back by a receiving end, wherein the information comprises a minimum serial number of a packet which is not received by the receiving end, a maximum serial number of the packet which is received by the receiving end and receiving states of N continuous packets after the packet corresponding to the minimum serial number, and N is not more than the difference value of the maximum serial number and the minimum serial number; determining the grouping which is not received by the receiving end according to the information fed back by the receiving end; and for each packet which is not received, judging whether the packet which is not received is lost or not according to the difference value of the maximum sequence number of the received packet of the receiving end and the maximum sequence number of the transmitted packet when the packet which is not received is transmitted, so that the loss of a plurality of packets can be quickly detected at one time, and the generation of SACK can be effectively reduced or even avoided.

Description

Method and terminal for detecting packet loss
Technical Field
The present invention relates to the field of network communications, and in particular, to a method and a terminal for detecting packet loss.
Background
In network communication, when a transmitting end and a receiving end transmit packets, there may be a case where a packet is lost, and if the transmitting end determines that a certain packet is lost, retransmission may be performed. Currently, the methods for determining packet loss are generally as follows: the first is to detect packet loss through a retransmission timeout timer RTO, when the feedback of a receiving end to a certain packet exceeds the RTO time, the packet loss is judged, and the RTO performs exponential backoff type increase along with the increase of the retransmission times of the packet, and the detection algorithm is dull in most cases, which affects the real-time performance of transmission and the overall throughput of the network; the second is that when the sending end receives three ACKs of the current minimum unacknowledged sequence number packet continuously, the packet is marked to be lost and is retransmitted quickly, the method is superior to the RTO algorithm to a certain extent, and has the defects that the opposite end is required to send at least three ACK packets, certain network consumption exists, and the method can only be used for judging the loss of the minimum unacknowledged sequence number packet, namely, only one packet can be judged to be lost at one time, and when the link loss rate is higher, the detection efficiency is low; the third method is to perform bulk packet loss detection by feedback SACK from the receiving end, and this method is only suitable for specific scenarios, such as: the method requires large consumption from both calculation amount and network flow, and when SACK is lost, the performance influence is aggravated, so it can not be used as normal detection method.
Therefore, the above methods for detecting packet loss in network communication all have obvious limitations, and especially in a weak network scenario, packet loss cannot be detected in time because of unstable links, which directly affects the real-time performance and throughput of network transmission.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the method and the terminal for detecting the packet loss can quickly detect a plurality of packet losses at one time, effectively reduce or even avoid the generation of SACK, and improve the real-time performance and the throughput of network transmission.
In order to solve the technical problems, the invention adopts a technical scheme that:
a method of detecting packet loss, comprising the steps of:
s1, receiving information fed back by a receiving end, wherein the information comprises a minimum sequence number of a packet which is not received by the receiving end, a maximum sequence number of the packet which is received by the receiving end and the receiving state of N continuous packets after the packet corresponding to the minimum sequence number, and N is not more than the difference value of the maximum sequence number and the minimum sequence number;
s2, determining the packets which are not received by the receiving terminal according to the information fed back by the receiving terminal;
s3, for each packet which is not received, judging whether the packet which is not received is lost or not according to the difference value between the maximum sequence number of the packet which is received by the receiving end and the maximum sequence number of the packet which is sent when the packet which is not received is sent.
In order to solve the technical problem, the invention adopts another technical scheme as follows:
a terminal for detecting packet loss, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
s1, receiving information fed back by a receiving end, wherein the information comprises a minimum sequence number of a packet which is not received by the receiving end, a maximum sequence number of the packet which is received by the receiving end and the receiving state of N continuous packets after the packet corresponding to the minimum sequence number, and N is not more than the difference value of the maximum sequence number and the minimum sequence number;
s2, determining the packets which are not received by the receiving terminal according to the information fed back by the receiving terminal;
s3, for each packet which is not received, judging whether the packet which is not received is lost or not according to the difference value between the maximum sequence number of the packet which is received by the receiving end and the maximum sequence number of the packet which is sent when the packet which is not received is sent.
The invention has the beneficial effects that: the receiving end feeds back the receiving states of a plurality of packets and the maximum sequence number of the received packets, the sending end judges whether the packets which are not received are lost or not according to the difference value of the maximum sequence number of the received packets and the maximum sequence number of the sent packets when the packets which are not received are sent, the loss of the packets is quickly detected at one time, the serialized processing in the prior art is optimized to be parallel processing, the packet retransmission efficiency is greatly improved, the probability of packet accumulation of the receiving end is greatly reduced and even kept in a reasonable range for a long time, and therefore the generation of SACK is effectively reduced and even avoided.
Drawings
FIG. 1 is a flow chart of a method of detecting packet loss according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a terminal for detecting packet loss according to an embodiment of the present invention;
description of reference numerals:
1. detecting a packet lost terminal; 2. a memory; 3. a processor.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
The most key idea of the invention is that a receiving end feeds back the receiving states of a plurality of packets and the maximum sequence number of the received packets, and a sending end judges whether the unreceived packets are lost or not according to the difference value between the maximum sequence number of the received packets and the maximum sequence number of the sent packets when the unreceived packets are sent.
Referring to fig. 1, a method for detecting packet loss includes the steps of:
s1, receiving information fed back by a receiving end, wherein the information comprises a minimum sequence number of a packet which is not received by the receiving end, a maximum sequence number of the packet which is received by the receiving end and the receiving state of N continuous packets after the packet corresponding to the minimum sequence number, and N is not more than the difference value of the maximum sequence number and the minimum sequence number;
s2, determining the packets which are not received by the receiving terminal according to the information fed back by the receiving terminal;
s3, for each packet which is not received, judging whether the packet which is not received is lost or not according to the difference value between the maximum sequence number of the packet which is received by the receiving end and the maximum sequence number of the packet which is sent when the packet which is not received is sent.
From the above description, the beneficial effects of the present invention are: the receiving end feeds back the receiving states of a plurality of packets and the maximum sequence number of the received packets, the sending end judges whether the packets which are not received are lost or not according to the difference value of the maximum sequence number of the received packets and the maximum sequence number of the sent packets when the packets which are not received are sent, the loss of the packets is quickly detected at one time, the serialized processing in the prior art is optimized to be parallel processing, the packet retransmission efficiency is greatly improved, the probability of packet accumulation of the receiving end is greatly reduced and even kept in a reasonable range for a long time, and therefore the generation of SACK is effectively reduced and even avoided.
Further, the information fed back by the receiving end in step S1 is an ACK packet, where the ACK packet includes a bitmap with a length of N, and N bits from left to right of the bitmap respectively indicate the receiving states of N packets that are sequentially incremented after the packet corresponding to the minimum sequence number.
It can be known from the above description that adding a bitmap with length N to an ACK packet fed back by a receiving end realizes feedback of the receiving states of multiple packets, increases the number of packets whose receiving states can be fed back by the receiving end at one time, and the bitmap occupies a small space, which can ensure that the ACK packet does not occupy a large transmission space.
Further, the step S2 specifically includes:
and reading the minimum sequence number and bitmap information of the packet which is not received by the receiving terminal and is contained in the ACK message, and determining the packet which is not received by the receiving terminal according to the value of each bit in the bitmap information.
According to the description, the minimum sequence number and the bitmap information of the packets which are not received by the receiving end in the ACK message are read, so that the plurality of packets which are not received by the receiving end can be quickly determined at one time, and the efficiency is high.
Further, the step S3 specifically includes:
respectively setting a counter for each unreceived packet and setting an initial value to be 0;
let max _ ack _ seq denote the maximum sequence number of the packet received by the receiving end, max _ seq denote the maximum sequence number of the transmitted packet when the non-received packet is transmitted, and calculate X ═ max _ ack _ seq-max _ seq;
if X >0, making max _ seq of the non-received packet equal to max _ ack _ seq, and count of the non-received packet equal to count + X;
and if the count is greater than or equal to 3, judging that the unreceived packet is lost.
As can be seen from the above description, by setting a counter with an initial value of 0 for each packet that is not received, and updating the counter corresponding to each packet that is not received each time the feedback from the receiving end is received, when the value of the counter satisfies an empirical value, it is determined that the corresponding packet is lost, thereby ensuring the high-efficiency accuracy of packet loss determination.
Further, the step S3 further includes:
if X is 0, judging whether the packet which is not received is the packet corresponding to the minimum sequence number, if so, making the count of the packet which is not received equal to count + 1;
and if the count is greater than or equal to 3, judging that the unreceived packet is lost.
As can be seen from the above description, when X is 0, it indicates that packet retransmission is performed, transmission of a new packet is not added at the transmitting end, the count is updated in a manner of adding 1, and only the count of the packet corresponding to the minimum sequence number is updated, so that packet loss can be determined more quickly, accuracy of the counter value corresponding to each packet can be ensured, and accuracy of determination can be improved.
Referring to fig. 2, a terminal 1 for detecting packet loss includes a memory 2, a processor 3 and a computer program stored in the memory 2 and operable on the processor 3, wherein the processor 3 executes the computer program to implement the following steps:
s1, receiving information fed back by a receiving end, wherein the information comprises a minimum sequence number of a packet which is not received by the receiving end, a maximum sequence number of the packet which is received by the receiving end and the receiving state of N continuous packets after the packet corresponding to the minimum sequence number, and N is not more than the difference value of the maximum sequence number and the minimum sequence number;
s2, determining the packets which are not received by the receiving terminal according to the information fed back by the receiving terminal;
s3, for each packet which is not received, judging whether the packet which is not received is lost or not according to the difference value between the maximum sequence number of the packet which is received by the receiving end and the maximum sequence number of the packet which is sent when the packet which is not received is sent.
From the above description, the beneficial effects of the present invention are: the receiving end feeds back the receiving states of a plurality of packets and the maximum sequence number of the received packets, the sending end judges whether the packets which are not received are lost or not according to the difference value of the maximum sequence number of the received packets and the maximum sequence number of the sent packets when the packets which are not received are sent, the loss of the packets is quickly detected at one time, the serialized processing in the prior art is optimized to be parallel processing, the packet retransmission efficiency is greatly improved, the probability of packet accumulation of the receiving end is greatly reduced and even kept in a reasonable range for a long time, and therefore the generation of SACK is effectively reduced and even avoided.
Further, the information fed back by the receiving end in step S1 is an ACK packet, where the ACK packet includes a bitmap with a length of N, and N bits from left to right of the bitmap respectively indicate the receiving states of N packets that are sequentially incremented after the packet corresponding to the minimum sequence number.
It can be known from the above description that adding a bitmap with length N to an ACK packet fed back by a receiving end realizes feedback of the receiving states of multiple packets, increases the number of packets whose receiving states can be fed back by the receiving end at one time, and the bitmap occupies a small space, which can ensure that the ACK packet does not occupy a large transmission space.
Further, the step S2 specifically includes:
and reading the minimum sequence number and bitmap information of the packet which is not received by the receiving terminal and is contained in the ACK message, and determining the packet which is not received by the receiving terminal according to the value of each bit in the bitmap information.
According to the description, the minimum sequence number and the bitmap information of the packets which are not received by the receiving end in the ACK message are read, so that the plurality of packets which are not received by the receiving end can be quickly determined at one time, and the efficiency is high.
Further, the step S3 specifically includes:
respectively setting a counter for each unreceived packet and setting an initial value to be 0;
let max _ ack _ seq denote the maximum sequence number of the packet received by the receiving end, max _ seq denote the maximum sequence number of the transmitted packet when the non-received packet is transmitted, and calculate X ═ max _ ack _ seq-max _ seq;
if X >0, making max _ seq of the non-received packet equal to max _ ack _ seq, and count of the non-received packet equal to count + X;
and if the count is greater than or equal to 3, judging that the unreceived packet is lost.
As can be seen from the above description, by setting a counter with an initial value of 0 for each packet that is not received, and updating the counter corresponding to each packet that is not received each time the feedback from the receiving end is received, when the value of the counter satisfies an empirical value, it is determined that the corresponding packet is lost, thereby ensuring the high-efficiency accuracy of packet loss determination.
Further, the step S3 further includes:
if X is 0, judging whether the packet which is not received is the packet corresponding to the minimum sequence number, if so, making the count of the packet which is not received equal to count + 1;
and if the count is greater than or equal to 3, judging that the unreceived packet is lost.
As can be seen from the above description, when X is 0, it indicates that packet retransmission is performed, transmission of a new packet is not added at the transmitting end, the count is updated in a manner of adding 1, and only the count of the packet corresponding to the minimum sequence number is updated, so that packet loss can be determined more quickly, accuracy of the counter value corresponding to each packet can be ensured, and accuracy of determination can be improved.
Example one
A method of detecting packet loss, comprising the steps of:
s1, receiving information fed back by a receiving end, wherein the information comprises a minimum sequence number of a packet which is not received by the receiving end, a maximum sequence number of the packet which is received by the receiving end and the receiving state of N continuous packets after the packet corresponding to the minimum sequence number, and N is not more than the difference value of the maximum sequence number and the minimum sequence number;
the information fed back by the receiving end is an ACK message, the ACK message comprises a bitmap with the length of N, N bits of the bitmap from left to right respectively represent the receiving states of N packets which are sequentially increased after the packet corresponding to the minimum sequence number, namely the first bit of the bitmap represents: the reception status of the packet of minimum sequence number +1, the second bit indicates: the reception status of the packet of minimum sequence number +2, … …, the nth bit indicates: a reception state of a packet of minimum sequence number + N; the value of bit and the receiving state of the corresponding packet may be: 0 means not received, 1 means received; or 0 may indicate that it has been received, 1 indicates that it has not been received, and the data format of the ACK packet may be: the minimum sequence number (four bytes) of the packet which is not received by the receiving end, the maximum sequence number (four bytes) of the packet which is received by the receiving end, the length N (one byte) of the bitmap and the bitmap are not suitable to be too large, and the value of N is preferably smaller than 32;
s2, determining the packets which are not received by the receiving terminal according to the information fed back by the receiving terminal;
reading the minimum sequence number and bitmap information which are contained in the ACK message and are not received by the receiving end, and determining the packets which are not received by the receiving end according to the value of each bit in the bitmap information;
the determined packets which are not received can be put into a set according to the sequence of the packet sequence numbers from small to large;
s3, for each packet which is not received, judging whether the packet which is not received is lost or not according to the difference value between the maximum sequence number of the packet which is received by the receiving end and the maximum sequence number of the packet which is sent when the packet which is not received is sent;
adding two fields for each unreceived packet, wherein one field represents the maximum sequence number of a received packet by a receiving end, and the other field represents the maximum sequence number of a transmitted packet when the transmitting end transmits the unreceived packet, and the two fields are respectively represented by max _ ack _ seq and max _ seq, wherein the maximum sequence number of the transmitted packet when the transmitting end transmits the unreceived packet is correspondingly recorded when the transmitting end transmits the unreceived packet, and when the corresponding packet is judged to be unreceived for the first time, the corresponding value of the record is assigned to the max _ seq to serve as the initial value of the max _ seq; respectively setting a counter for each unreceived packet and setting an initial value to be 0;
traversing the set stored with the non-received packets according to the sequence of the packet sequence numbers from small to large, and executing the following steps for each traversed non-received packet:
calculating X as max _ ack _ seq-max _ seq;
if X >0, making max _ seq of the non-received packet equal to max _ ack _ seq, and count of the non-received packet equal to count + X;
if the count is greater than or equal to 3, judging that the unreceived packet is lost and needs to be retransmitted;
otherwise, no processing is carried out;
if X is 0, judging whether the packet which is not received is the packet corresponding to the minimum sequence number, if so, making the count of the packet which is not received equal to count + 1;
if the count is greater than or equal to 3, judging that the unreceived packet is lost and needs to be retransmitted;
otherwise, no processing is carried out;
if X <0, do nothing;
in order to avoid occupying too much memory space, after receiving information feedback of received confirmation after retransmission of the unreceived packet, the two corresponding fields and the counter are released.
Example two
A terminal 1 for detecting packet loss, comprising a memory 2, a processor 3 and a computer program stored on the memory 2 and executable on the processor 3, wherein the processor 3 implements the steps of the first embodiment when executing the computer program.
In summary, in the method and terminal for detecting packet loss provided by the present invention, the receiving end feeds back the receiving status of multiple packets and the maximum sequence number of the received packet, the sending end judges whether the unreceived packet is lost or not according to the difference between the maximum sequence number of the received packet and the maximum sequence number of the sent packet when the unreceived packet is sent, so as to realize fast detection of the loss of multiple packets at a time, optimize the serialized processing in the prior art to parallelized processing, greatly improve the packet retransmission efficiency, greatly reduce or even keep the probability of packet accumulation at the receiving end within a reasonable range for a long time, thereby effectively reducing or even avoiding the generation of SACK, and ensuring the high efficiency and accuracy of packet loss detection by setting reasonable judgment conditions, and simultaneously after the retransmission of the lost packet is successful, and releasing the storage space related to the grouping in time, and improving the utilization rate of the storage space.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (4)

1. A method for detecting packet loss, comprising the steps of:
s1, receiving information fed back by a receiving end, wherein the information comprises a minimum sequence number of a packet which is not received by the receiving end, a maximum sequence number of the packet which is received by the receiving end and the receiving state of N continuous packets after the packet corresponding to the minimum sequence number, and N is not more than the difference value of the maximum sequence number and the minimum sequence number;
s2, determining the packets which are not received by the receiving terminal according to the information fed back by the receiving terminal;
s3, for each packet which is not received, judging whether the packet which is not received is lost or not according to the difference value between the maximum sequence number of the packet which is received by the receiving end and the maximum sequence number of the packet which is sent when the packet which is not received is sent;
the step S2 includes:
reading the minimum sequence number and bitmap information which are contained in the ACK message and are not received by the receiving end, and determining the packets which are not received by the receiving end according to the value of each bit in the bitmap information;
the step S3 specifically includes:
respectively setting a counter for each unreceived packet and setting an initial value to be 0;
let max _ ack _ seq denote the maximum sequence number of the packet received by the receiving end, max _ seq denote the maximum sequence number of the transmitted packet when the non-received packet is transmitted, and calculate X ═ max _ ack _ seq-max _ seq;
if X >0, making max _ seq of the non-received packet equal to max _ ack _ seq, and count of the non-received packet equal to count + X;
if the count is greater than or equal to 3, judging that the unreceived packet is lost;
if X is 0, judging whether the packet which is not received is the packet corresponding to the minimum sequence number, if so, making the count of the packet which is not received equal to count + 1;
and if the count is greater than or equal to 3, judging that the unreceived packet is lost.
2. The method of detecting packet loss according to claim 1,
in step S1, the information fed back by the receiving end is an ACK packet, where the ACK packet includes a bitmap with a length of N, and N bits from left to right of the bitmap respectively indicate the receiving states of N packets that are sequentially incremented after the packet corresponding to the minimum sequence number.
3. A terminal for detecting packet loss, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor executes the computer program to perform the steps of:
s1, receiving information fed back by a receiving end, wherein the information comprises a minimum sequence number of a packet which is not received by the receiving end, a maximum sequence number of the packet which is received by the receiving end and the receiving state of N continuous packets after the packet corresponding to the minimum sequence number, and N is not more than the difference value of the maximum sequence number and the minimum sequence number;
s2, determining the packets which are not received by the receiving terminal according to the information fed back by the receiving terminal;
s3, for each packet which is not received, judging whether the packet which is not received is lost or not according to the difference value between the maximum sequence number of the packet which is received by the receiving end and the maximum sequence number of the packet which is sent when the packet which is not received is sent;
the step S2 includes:
reading the minimum sequence number and bitmap information which are contained in the ACK message and are not received by the receiving end, and determining the packets which are not received by the receiving end according to the value of each bit in the bitmap information;
the step S3 specifically includes:
respectively setting a counter for each unreceived packet and setting an initial value to be 0;
let max _ ack _ seq denote the maximum sequence number of the packet received by the receiving end, max _ seq denote the maximum sequence number of the transmitted packet when the non-received packet is transmitted, and calculate X ═ max _ ack _ seq-max _ seq;
if X >0, making max _ seq of the non-received packet equal to max _ ack _ seq, and count of the non-received packet equal to count + X;
if the count is greater than or equal to 3, judging that the unreceived packet is lost;
if X is 0, judging whether the packet which is not received is the packet corresponding to the minimum sequence number,
if yes, making the count of the packet which is not received equal to count + 1;
and if the count is greater than or equal to 3, judging that the unreceived packet is lost.
4. The terminal for detecting packet loss according to claim 3,
in step S1, the information fed back by the receiving end is an ACK packet, where the ACK packet includes a bitmap with a length of N, and N bits from left to right of the bitmap respectively indicate the receiving states of N packets that are sequentially incremented after the packet corresponding to the minimum sequence number.
CN201710733630.3A 2017-08-24 2017-08-24 Method and terminal for detecting packet loss Active CN109428777B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710733630.3A CN109428777B (en) 2017-08-24 2017-08-24 Method and terminal for detecting packet loss

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710733630.3A CN109428777B (en) 2017-08-24 2017-08-24 Method and terminal for detecting packet loss

Publications (2)

Publication Number Publication Date
CN109428777A CN109428777A (en) 2019-03-05
CN109428777B true CN109428777B (en) 2021-04-27

Family

ID=65500968

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710733630.3A Active CN109428777B (en) 2017-08-24 2017-08-24 Method and terminal for detecting packet loss

Country Status (1)

Country Link
CN (1) CN109428777B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110620638B (en) * 2019-09-27 2022-03-22 北京奇艺世纪科技有限公司 Data transmission control method, related device and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6662223B1 (en) * 1999-07-01 2003-12-09 Cisco Technology, Inc. Protocol to coordinate network end points to measure network latency
CN106452692A (en) * 2016-11-30 2017-02-22 网宿科技股份有限公司 Data transmission method and system

Also Published As

Publication number Publication date
CN109428777A (en) 2019-03-05

Similar Documents

Publication Publication Date Title
CN104518853B (en) Method, receiving terminal and the system that a kind of data retransmit
US11284301B2 (en) Flow control for wireless devices
JPWO2008023656A1 (en) Communication device
WO2008007859A1 (en) Method for transmitting wireless data and recording medium storing program for executing the method
USRE43151E1 (en) Acknowledging data transmissions in the presence of multiple shared-communications channels
KR102323799B1 (en) Terminal, base station, and transmitting method thereof in a wireless communication system
CN111131179B (en) Service processing method, device, network equipment and storage medium
US20190274058A1 (en) Information processing method and device
CN109428777B (en) Method and terminal for detecting packet loss
CN114826495A (en) Method for reducing NR, RLC, AM fragment loss report overhead
CN103152278A (en) Congestion determination method, congestion determination device and congestion determination network equipment
KR20190105061A (en) Method of transmitting data, data transmission device, and customer premises device
CN104796235B (en) Satellite communication adaptive congestion control method based on packet loss
CN107548104B (en) Data transmission method, access point and station
CN110601988B (en) Data receiving method and device based on 802.11 protocol, storage medium and terminal
CN115699637A (en) Apparatus and method for transmitting acknowledgement in network transport protocol
CN110266446B (en) Method and device for adjusting out-of-order time length based on SACK mode
EP2846469A1 (en) Rateless encoding
US10110350B2 (en) Method and system for flow control
CN109905209B (en) Method and device for setting network disorder value
EP3031159B1 (en) Retransmission control network node and related method
CN114337942B (en) Message retransmission method and device and electronic equipment
Zhu et al. Accumulating error-free frame blocks to improve throughput for IEEE 802.11-based WLAN
CN110618900B (en) UART data transmission method
JP2013074336A (en) Communication device and communication method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant