CN102761470B - Multipath TCP (transmission control protocol) message scheduling method - Google Patents
Multipath TCP (transmission control protocol) message scheduling method Download PDFInfo
- Publication number
- CN102761470B CN102761470B CN201110110199.XA CN201110110199A CN102761470B CN 102761470 B CN102761470 B CN 102761470B CN 201110110199 A CN201110110199 A CN 201110110199A CN 102761470 B CN102761470 B CN 102761470B
- Authority
- CN
- China
- Prior art keywords
- subflow
- packet loss
- sub
- time delay
- message
- 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
Links
- 230000005540 biological transmission Effects 0.000 title claims abstract description 69
- 238000000034 method Methods 0.000 title claims abstract description 24
- 238000012790 confirmation Methods 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 2
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明提供了一种多径TCP传输协议报文调度方法,结合子流丢包率和时延的差异性,对子流的报文进行合理调度,解决了多径中的瓶颈子流问题;各子流共同传输,充分利用网络带宽,有效提高了网络吞量和传输的稳定性和健壮性。
The present invention provides a multipath TCP transmission protocol message scheduling method, combining subflow packet loss rate and difference in time delay, reasonably scheduling subflow messages, and solving the bottleneck subflow problem in multipath; Each sub-stream is transmitted together, making full use of the network bandwidth, effectively improving the network throughput and the stability and robustness of the transmission.
Description
技术领域 technical field
本发明涉及多径可靠传输技术领域,特别是涉及一种多径TCP传输协议报文调度方法。The invention relates to the technical field of multipath reliable transmission, in particular to a multipath TCP transmission protocol message scheduling method.
背景技术 Background technique
传统TCP是一种面向连接的可靠传输协议,它的拥塞控制保证了TCP流之间的友好性,但这种拥塞机制认为丢包是由于网络拥塞所导致,在高丢包率和时延的无线网络中,传统TCP的传输性能会因为较大的丢包和时延严重下降,无法满足端到端用户传输需求。Traditional TCP is a connection-oriented reliable transport protocol. Its congestion control ensures the friendliness between TCP streams. However, this congestion mechanism believes that packet loss is caused by network congestion. In the case of high packet loss rate and delay In a wireless network, the transmission performance of traditional TCP will be severely degraded due to large packet loss and delay, which cannot meet the transmission requirements of end-to-end users.
IETF在2010年提出多径TCP传输协议(Multipath TCP)。多径TCP是对传统TCP的括展,通过增加路径数(即子流数)来提高通信端的吞吐量,将收到的数据流划分为多个子流,然后通过多条路径将不同子流分别传输到对端节点。多径协议机制对于上层应用是透明的,通过多条路径共同传输,充分利用了网络资源,提高了网络吞吐量,有效保证了传输的稳定性和健壮性。The IETF proposed the multipath TCP transmission protocol (Multipath TCP) in 2010. Multipath TCP is an extension of traditional TCP. It improves the throughput of the communication terminal by increasing the number of paths (that is, the number of subflows), divides the received data flow into multiple subflows, and then separates different subflows through multiple paths. transmitted to the peer node. The multi-path protocol mechanism is transparent to upper-layer applications. Through multiple paths for joint transmission, network resources are fully utilized, network throughput is improved, and transmission stability and robustness are effectively guaranteed.
现有的多径TCP协议中,采用轮旬的调度的方法,当链路空闲时对其调度分配报文,并未考虑子流之间的差异性,由于子流链路带宽、丢包率和时延各不相同,在传输过程中各子流的实际吞吐量是各不相同的,在传输过程中较差子流便会影响整体吞吐量,成为瓶颈子流。In the existing multi-path TCP protocol, the round-robin scheduling method is used to schedule and allocate packets when the link is idle, without considering the differences between sub-flows, due to the sub-flow link bandwidth and packet loss rate The actual throughput of each sub-flow is different during the transmission process, and the poor sub-flow will affect the overall throughput during the transmission process and become a bottleneck sub-flow.
因此,目前需要本领域技术人员迫切解决的一个技术问题就是:如何能够创新地提出一种多径TCP传输协议报文调度方法,以解决现有技术中存在的问题,根据各子流的链路情况实时调整子流报文,使各子流按实际传输能力共同完成传输任务,解决瓶颈子流问题,提高传输的吞吐量、稳定性和健壮性。Therefore, a technical problem that needs to be solved urgently by those skilled in the art is: how to innovatively propose a multi-path TCP transmission protocol message scheduling method to solve the problems existing in the prior art, according to the link of each sub-flow Real-time adjustment of sub-flow messages, so that each sub-flow can jointly complete the transmission task according to the actual transmission capacity, solve the problem of bottleneck sub-flow, and improve the throughput, stability and robustness of transmission.
发明内容 Contents of the invention
本发明所要解决的技术问题是提供一种多径TCP传输协议报文调度方法,用以解决由于多径之间差异引起的传输问题和较差子流引发的瓶颈链路对整体吞吐量的影响。The technical problem to be solved by the present invention is to provide a multi-path TCP transmission protocol message scheduling method to solve the transmission problem caused by the difference between multi-paths and the impact of the bottleneck link caused by the poor sub-flow on the overall throughput .
为了解决上述问题,本发明公开了一种多径TCP传输协议报文调度方法,所述方法包括:In order to solve the above problems, the present invention discloses a method for scheduling multipath TCP transmission protocol messages, the method comprising:
建立子流连接后,实时收集每条子流的链路信息;所述链路信息包括丢包率,实际传输时延和当前拥塞窗口;After the sub-flow connection is established, the link information of each sub-flow is collected in real time; the link information includes packet loss rate, actual transmission delay and current congestion window;
计算每条子流的理论传输时延,对所有子流的丢包率和理论传输时延进行排序;Calculate the theoretical transmission delay of each sub-flow, and sort the packet loss rate and theoretical transmission delay of all sub-flows;
根据每条子流的理论传输时延、丢包率和拥塞窗口进行报文的调度。Packets are scheduled according to the theoretical transmission delay, packet loss rate, and congestion window of each subflow.
优选的,所述根据每条子流的理论传输时延、丢包率和拥塞窗口进行报文的调度,具体包括:Preferably, the scheduling of the message according to the theoretical transmission delay, packet loss rate and congestion window of each sub-flow specifically includes:
A、按照子流理论传输时延和丢包率对子流的排序,确定子流的报文调度优先级;A. Sort the sub-flows according to the theoretical transmission delay and packet loss rate of the sub-flows, and determine the packet scheduling priority of the sub-flows;
B、根据拥塞窗口和已经确认报文数确定每一子流所需的报文数;B. Determine the number of packets required for each subflow according to the congestion window and the number of confirmed packets;
C、根据子流的优先级依次对每条子流分配其当前子流所需的报文数,同时,实时判定各子流的链路质量:C. Distribute the number of packets required by the current sub-flow to each sub-flow in turn according to the priority of the sub-flow, and at the same time, determine the link quality of each sub-flow in real time:
若正常则继续为其分配所需的报文数;If it is normal, continue to allocate the required number of packets;
反之,重新执行步骤A、B和C。Otherwise, repeat steps A, B and C.
优选的,所述链路质量通过子流理论传输时延和丢包率进行判定。Preferably, the link quality is judged by substream theoretical transmission delay and packet loss rate.
优选的,若丢包率1,实际传输时延p和当前拥塞窗口w,则传输过程中,每个报文成功理论能够到达的时间为:Preferably, if the packet loss rate is 1, the actual transmission delay p and the current congestion window w, then during the transmission process, the theoretical arrival time of each message is:
与现有技术相比,本发明具有以下优点:Compared with the prior art, the present invention has the following advantages:
本发明所述方案结合子流丢包率和时延的差异性,对子流的报文进行合理调度,解决了多径中的瓶颈子流问题;各子流共同传输,充分利用网络带宽,有效提高了网络吞量和传输的稳定性和健壮性。The scheme of the present invention combines the differences in the packet loss rate and time delay of the sub-flows, and reasonably schedules the packets of the sub-flows, which solves the problem of the bottleneck sub-flow in multipath; all sub-flows are transmitted together, making full use of the network bandwidth, Effectively improve the stability and robustness of network throughput and transmission.
附图说明 Description of drawings
图1是本发明实施例所述的一种多径TCP传输协议报文调度方法流程图;Fig. 1 is a flow chart of a method for scheduling multipath TCP transmission protocol packets according to an embodiment of the present invention;
图2是本发明实施例所述的一种多径TCP传输协议报文调度方法示意图。Fig. 2 is a schematic diagram of a multipath TCP transmission protocol message scheduling method according to an embodiment of the present invention.
具体实施方式 Detailed ways
为使本发明的上述目的、特征和优点能够更加明显易懂,下面结合附图和具体实施方式对本发明作进一步详细的说明。In order to make the above objects, features and advantages of the present invention more comprehensible, the present invention will be further described in detail below in conjunction with the accompanying drawings and specific embodiments.
在无线网络中,由于干扰、丢包和高时延造成TCP频繁的断连重建,影响了传输的稳定性、健壮性,网络吞吐量较低,无法满足用户需求。现有的多径TCP引入多径来提高吞吐量,但由于子流的差异性,较差链路却可能会成为传输瓶颈,影响较优子流的传输,无法达到理想吞吐量,甚至会出现死锁:当接收窗口装满,较优子流等待较差子流传输完毕接收窗口才能向前滑动。In a wireless network, due to interference, packet loss, and high delay, TCP frequently disconnects and rebuilds, which affects the stability and robustness of transmission, and the network throughput is low, which cannot meet user needs. The existing multipath TCP introduces multipath to improve throughput, but due to the differences in subflows, poorer links may become transmission bottlenecks, affecting the transmission of better subflows, failing to achieve ideal throughput, or even appearing Deadlock: When the receiving window is full, the better sub-flow waits for the inferior sub-flow to complete the receiving window before sliding forward.
本发明所述方案结合子流丢包率和时延的差异性,对子流的报文进行合理调度,解决了多径中的瓶颈子流问题;各子流共同传输,充分利用网络带宽,有效提高了网络吞量和传输的稳定性和健壮性。The scheme of the present invention combines the differences in the packet loss rate and time delay of the sub-flows, and reasonably schedules the packets of the sub-flows, which solves the problem of the bottleneck sub-flow in multipath; all sub-flows are transmitted together, making full use of the network bandwidth, Effectively improve the stability and robustness of network throughput and transmission.
实施例:Example:
参照图1,示出了本发明的一种多径TCP传输协议报文调度方法的流程图,所述方法具体包括:With reference to Fig. 1, show the flow chart of a kind of multipath TCP transmission protocol message scheduling method of the present invention, described method specifically comprises:
步骤S101,建立子流连接后,实时收集每条子流的链路信息;所述链路信息包括丢包率,实际传输时延和当前拥塞窗口;Step S101, after the sub-flow connection is established, link information of each sub-flow is collected in real time; the link information includes packet loss rate, actual transmission delay and current congestion window;
步骤S102,计算每条子流的理论传输时延,对所有子流的丢包率和理论传输时延进行排序;Step S102, calculating the theoretical transmission delay of each sub-stream, sorting the packet loss rate and theoretical transmission delay of all sub-streams;
步骤S103,根据每条子流的理论传输时延、丢包率和拥塞窗口进行报文的调度。Step S103, scheduling packets according to the theoretical transmission delay, packet loss rate and congestion window of each subflow.
具体的步骤S103包括以下步骤:Concrete step S103 comprises the following steps:
A、按照子流理论传输时延和丢包率对子流的排序,确定子流的报文调度优先级;A. Sort the sub-flows according to the theoretical transmission delay and packet loss rate of the sub-flows, and determine the packet scheduling priority of the sub-flows;
B、根据拥塞窗口和已经确认报文数确定每一子流所需的报文数;B. Determine the number of packets required for each subflow according to the congestion window and the number of confirmed packets;
C、根据子流的优先级依次对每条子流分配其当前子流所需的报文数,同时,实时判定各子流的链路质量:C. Distribute the number of packets required by the current sub-flow to each sub-flow in turn according to the priority of the sub-flow, and at the same time, determine the link quality of each sub-flow in real time:
若正常则继续为其分配所需的报文数;If it is normal, continue to allocate the required number of packets;
反之,重新执行步骤A、B和C。Otherwise, repeat steps A, B and C.
以下通过具体的实现对本发明所述的方法作介绍,本发明提供一种多径TCP协议报文调度方法,主要解决由于多径之间差异引起的传输问题和较差子流引发的瓶颈链路对整体吞吐量的影响。在多径TCP传输中,子流链路质量:带宽、丢包率、时延和拥塞窗口各不相同。The method described in the present invention is introduced through specific implementation below. The present invention provides a multipath TCP protocol message scheduling method, which mainly solves the transmission problem caused by the difference between multipaths and the bottleneck link caused by poor subflows. impact on overall throughput. In multi-path TCP transmission, sub-flow link quality: bandwidth, packet loss rate, delay and congestion window are different.
具体的通过以下概念衡量子流,并根据其实际情况对其进行调度:Specifically, the following concepts are used to measure sub-flows and schedule them according to their actual conditions:
传输过程中,每条子流都实时更新自己的链路信息:包括丢包率1,实际传输时延p和当前拥塞窗口w。由于丢率不同,因此报文实际传输时间应将丢包率考虑进来,在传输过程中,每个报文成功理论能够到达的时间:During transmission, each subflow updates its own link information in real time: including packet loss rate 1, actual transmission delay p, and current congestion window w. Since the loss rate is different, the actual transmission time of the message should take the packet loss rate into consideration. During the transmission process, the theoretical arrival time of each message is:
理论传输时延d综合考虑链路实时丢包率和传输时延,较为合理的反应了成功传输一个报文所需的时间。The theoretical transmission delay d comprehensively considers the real-time packet loss rate of the link and the transmission delay, which reasonably reflects the time required to successfully transmit a message.
根据多径TCP中每条子流实时链路信息计算其理论传输时延。多径TCP若想达到最大的吞吐量,应充分利用子流带宽,这就要求尽可能的避免瓶颈子流问题,减少较差链路对较好子流的影响。Calculate the theoretical transmission delay according to the real-time link information of each subflow in multipath TCP. If multipath TCP wants to achieve the maximum throughput, it should make full use of the subflow bandwidth, which requires avoiding the bottleneck subflow problem as much as possible, and reducing the impact of poor links on better subflows.
多径调度过程中,要考虑的因素主要有:子流的理论传输时延和当前窗口大小。传输时延决定子流优先级,窗口大小决定子流所分配到的报文数。During the multipath scheduling process, the main factors to be considered are: the theoretical transmission delay of the sub-flow and the current window size. The transmission delay determines the sub-flow priority, and the window size determines the number of packets allocated to the sub-flow.
定义调度因子为子流优先级和所需报文数据,用[di,Δwi]来表示,其中di决定子流优先级,优先级较高的子流能够得到靠前的报文,Δwi表示子流当前所需报文数。Define the scheduling factor as the priority of the sub-flow and the required message data, represented by [d i , Δw i ], where d i determines the priority of the sub-flow, and the sub-flow with higher priority can get the first message, Δw i represents the number of packets currently required by the subflow.
多径TCP的报文调度方法,其实现示意图可参见图2,具体的包含以下步骤:The message scheduling method of multi-path TCP, its realization schematic diagram can refer to Fig. 2, specifically comprises the following steps:
步骤(1):初始化:在(l,p)←(0,0),w←1,在子流建立连接后,对每条子流收集链路信息li,pi,wi。Step (1): Initialization: at (l, p)←(0, 0), w←1, after the sub-flows are connected, collect link information l i , p i , w i for each sub-flow.
步骤(2):计算每条子流的理论传输时延对所有的子流的丢包率li和理论传输时延di进行排序。Step (2): Calculate the theoretical transmission delay of each sub-flow Sort the packet loss rate l i and theoretical transmission delay d i of all sub-flows.
步骤(3):根据每条子流的理论传输时延进行报文的调度,对dX由小到大的排序后为d′i,子流i的当前拥塞窗口大小为wi,已经确认的报文数为w′i。Step (3): Scheduling packets according to the theoretical transmission delay of each subflow, for After dX is sorted from small to large, it is d′ i , the current congestion window size of subflow i is w i , and the number of confirmed packets is w′ i .
步骤(4):对Δwi←wi-w′i,根据[d′i Δwi]对每条子流依次调度分配报文。Step (4): Yes Δw i ←w i -w′ i , according to [d′ i Δw i ], dispatch and allocate packets to each sub-flow sequentially.
步骤(5):当子流收到确认ack时,收集其链路信息,计算其此时的理论传输时延,对若di不变,则继续执行步骤(4),否则执行步骤(2)。Step (5): When the sub-flow receives the acknowledgment ack, collect its link information and calculate its theoretical transmission delay at this time. If d i does not change, proceed to step (4), otherwise, proceed to step (2).
步骤(6):当数据全部传输完毕时,各子流传输完毕后依次断开连接。Step (6): When all data transmission is completed, each sub-stream is disconnected sequentially after transmission.
本发明的主要思想是根据子流链路的变化,动态调整子流的报文,时延较小的子流发送前序报文,避免出现较优子流因接收缓冲区溢出,引发流量控制迫使其等待较差子流。在传输过程中,每当子流链路变化时都要做出实时调度调整,因此,MPTCP需实时了角各子流的链路信息,每当子流收到一个ack时都要对向MPTCP提供当前的链路的信息。The main idea of the present invention is to dynamically adjust the message of the sub-stream according to the change of the link of the sub-stream, and the sub-stream with a smaller delay sends the pre-order message, so as to avoid the flow control caused by the overflow of the receiving buffer of the better sub-stream It is forced to wait for the poorer substream. During the transmission process, real-time scheduling adjustments must be made whenever the sub-flow link changes. Therefore, MPTCP needs to monitor the link information of each sub-flow in real time. Whenever a sub-flow receives an ack, it must respond to MPTCP. Provides information about the current link.
以上对本发明所提供的一种多径TCP传输协议报文调度方法进行了详细介绍,本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本发明的限制。Above, a kind of multi-path TCP transmission protocol message scheduling method provided by the present invention has been introduced in detail. In this paper, specific examples have been used to illustrate the principle and implementation of the present invention. The description of the above embodiments is only used to help understanding The method of the present invention and its core idea; at the same time, for those of ordinary skill in the art, according to the idea of the present invention, there will be changes in the specific implementation and scope of application. In summary, the content of this specification should not be construed as a limitation of the invention.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201110110199.XA CN102761470B (en) | 2011-04-29 | 2011-04-29 | Multipath TCP (transmission control protocol) message scheduling method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201110110199.XA CN102761470B (en) | 2011-04-29 | 2011-04-29 | Multipath TCP (transmission control protocol) message scheduling method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN102761470A CN102761470A (en) | 2012-10-31 |
CN102761470B true CN102761470B (en) | 2015-04-08 |
Family
ID=47055796
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201110110199.XA Active CN102761470B (en) | 2011-04-29 | 2011-04-29 | Multipath TCP (transmission control protocol) message scheduling method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102761470B (en) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103841041B (en) * | 2012-11-23 | 2018-12-28 | 中兴通讯股份有限公司 | A kind of multi-stream service concurrent transmission control method and device |
US9456464B2 (en) * | 2013-06-06 | 2016-09-27 | Apple Inc. | Multipath TCP subflow establishment and control |
CN103346963A (en) * | 2013-06-26 | 2013-10-09 | 南京昭视畅网络科技有限公司 | MPTCP data scheduling method based on forecast arrival time |
CN109921988B (en) | 2014-07-21 | 2021-08-03 | 华为技术有限公司 | Link control node, link control method and communication system |
CN106658644B (en) * | 2016-12-09 | 2020-08-04 | 广州华多网络科技有限公司 | Communication network routing method and device |
CN106656856B (en) * | 2016-12-16 | 2019-07-26 | 浙江大学 | A Packet Scheduling Method Resisting MPTCP Receive Buffer Blocking |
CN108306827B (en) * | 2017-01-12 | 2021-06-01 | 华为技术有限公司 | Method and server for transferring data |
CN108881008B (en) * | 2017-05-12 | 2021-06-08 | 华为技术有限公司 | Data transmission method, device and system |
CN111316604B (en) * | 2018-07-23 | 2021-07-09 | 华为技术有限公司 | Data transmission method and electronic equipment |
CN109547505B (en) * | 2019-01-26 | 2021-05-18 | 福州大学 | Multipath TCP Transmission Scheduling Method Based on Reinforcement Learning |
CN110868616A (en) * | 2019-11-26 | 2020-03-06 | 上海高骏精视信息技术有限公司 | Low-delay high-reliability video transmission method in 5G network |
CN111447152B (en) * | 2020-03-16 | 2023-10-13 | Oppo广东移动通信有限公司 | Sub-stream resource scheduling method, device, terminal equipment and storage medium |
CN112637051B (en) * | 2020-11-26 | 2022-07-12 | 新华三技术有限公司合肥分公司 | Path detection message forwarding method and device |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101895466A (en) * | 2010-07-02 | 2010-11-24 | 北京交通大学 | Method for reducing influence of data packet disorder on SCTP multipath transmission |
-
2011
- 2011-04-29 CN CN201110110199.XA patent/CN102761470B/en active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101895466A (en) * | 2010-07-02 | 2010-11-24 | 北京交通大学 | Method for reducing influence of data packet disorder on SCTP multipath transmission |
Non-Patent Citations (1)
Title |
---|
Multi-Path TCP: a joint congestion control and routing scheme to exploit path diversity on the internet;Han H 等;《IEEE/ACM Trans Networking》;20061231;全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN102761470A (en) | 2012-10-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102761470B (en) | Multipath TCP (transmission control protocol) message scheduling method | |
CN101888664B (en) | Video multi-path parallel transfer method in wireless self-organization network | |
Xu et al. | Cross-layer fairness-driven concurrent multipath video delivery over heterogeneous wireless networks | |
Xue et al. | DPSAF: Forward prediction based dynamic packet scheduling and adjusting with feedback for multipath TCP in lossy heterogeneous networks | |
CN103841041B (en) | A kind of multi-stream service concurrent transmission control method and device | |
CN105933232B (en) | Support the Multipath Transmission control terminal and method of multi-service data transmission demand | |
CN101404622B (en) | Wireless internet congestion control method based on multi-path load balancing and controller thereof | |
CN103532909B (en) | Multi-stream service concurrent transmission method, subsystem, system and multi-interface terminal | |
CN106102093A (en) | A kind of multi-path data bag allocation schedule method in wireless self-organization network | |
CN102780637B (en) | Routing method for data transmission in space delay/disruption tolerant network | |
CN103067977B (en) | Data concurrence transmission method based on cross-layer optimization in wireless heterogeneous network system | |
CN102185771B (en) | Dispatching method and system for data packet of sender in MPTCP (Multipath TCP (Transmission Control Protocol)) | |
CN105049369A (en) | Video transmission congestion control method based on MPTCP in heterogeneous wireless network | |
CN107396396A (en) | Support the data transfer management method of multi-source multipath | |
CN103607737B (en) | A kind of heterogeneous-network service shunt method and system | |
CA2678154A1 (en) | Access line bonding and splitting methods and apparatus | |
CN105025524B (en) | A kind of multipath transmitting data in parallel dispatching method and transmission control protocol | |
CN106797348A (en) | Handling capacity based on user plane insight is instructed | |
CN104023408A (en) | Dispatcher and data dispatching method based on network multi-path parallel transmission | |
Zhong et al. | A Q-learning driven energy-aware multipath transmission solution for 5G media services | |
CN113329413B (en) | Multipath transmission data pre-scheduling method and system for high-speed rail scene | |
CN103929369A (en) | A TCP-Friendly Multiplex Control Mechanism | |
CN103401778B (en) | Based on the multi-path transmission grouping scheduling method that receiving terminal cache overflow probability is ensured | |
CN110392394B (en) | MPTCP Scheduling Method Based on Link State Information in Wireless Network | |
CN107302504B (en) | Multipath transmission scheduling method and system based on virtual sending queue |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant |