JP2002232509A - Communication unit and deadlock preventing method in re-transmission type communication - Google Patents

Communication unit and deadlock preventing method in re-transmission type communication

Info

Publication number
JP2002232509A
JP2002232509A JP2001027971A JP2001027971A JP2002232509A JP 2002232509 A JP2002232509 A JP 2002232509A JP 2001027971 A JP2001027971 A JP 2001027971A JP 2001027971 A JP2001027971 A JP 2001027971A JP 2002232509 A JP2002232509 A JP 2002232509A
Authority
JP
Japan
Prior art keywords
pdu
communication device
data
data pdu
communication
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.)
Pending
Application number
JP2001027971A
Other languages
Japanese (ja)
Inventor
Akio Harada
昭男 原田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2001027971A priority Critical patent/JP2002232509A/en
Publication of JP2002232509A publication Critical patent/JP2002232509A/en
Pending legal-status Critical Current

Links

Landscapes

  • Communication Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To prevent a deadlock from being caused by an overflow of a buffer of a communication unit, in re-transmission type communication. SOLUTION: The communication unit 100 with a re-transmission type communication protocol function adopts a configuration of employing a control PDU(Protocol Data Unit) transmission reception buffer memory 102 and a data PDU transmission reception buffer memory 103 respectively. Thus, even on the occurrence of a buffer overflow of the data PDU transmission reception buffer memory 103, the transmission reception of the control PDU can be attained so as to continue the re-transmission type communication.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、再送型通信プロト
コルを用いて相手通信装置との間でデータ通信を行う通
信装置及び再送型通信におけるデッドロック防止方法に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication apparatus for performing data communication with a partner communication apparatus using a retransmission type communication protocol, and a deadlock prevention method in the retransmission type communication.

【0002】[0002]

【従来の技術】従来、2つの通信装置間で行われる再送
型通信プロトコルにおいては、送信側が送信したい情報
を送るために用いるデータPDU(プロトコルデータユ
ニット)と、受信側がデータPDUを受信したか否かを
送信側に通知するために用いるステータスPDUなどの
制御PDUとが用いられている。
2. Description of the Related Art Conventionally, in a retransmission type communication protocol performed between two communication apparatuses, a data PDU (protocol data unit) used by a transmitting side to transmit information to be transmitted, and whether a receiving side has received the data PDU. And a control PDU such as a status PDU used for notifying the transmitting side of this.

【0003】再送型通信において、送信側は上位レイヤ
から受け取ったSDU(サービスデータユニット)を送
信するために1つもしくは複数のデータPUDを作成
し、これを再送時に備えてバッファメモリに保存した上
で受信側に向けて送信する。
In retransmission-type communication, the transmitting side creates one or a plurality of data PUDs for transmitting an SDU (service data unit) received from an upper layer, and stores them in a buffer memory in preparation for retransmission. To send to the receiving side.

【0004】受信側では、データPDUを受信してそれ
をバッファメモリに保存したとき、または、データPD
Uの誤り・紛失を発見したとき、または、送信側が制御
PDUを用いて再送を要求してきたときに、受信状況を
送信側に通知するためにステータスPDUを作成して返
信する。
On the receiving side, when a data PDU is received and stored in a buffer memory,
When an error or loss of U is found, or when the transmitting side requests retransmission using a control PDU, a status PDU is created and returned to notify the transmitting side of the reception status.

【0005】送信側は、受信側から送られてきたステー
タスPDUを受信してバッファメモリに保存し、データ
PDUの受信側への送達を確認すると、保存中のデータ
PDUを解放するが、データPDUの受信側への送達を
確認できなければ保存中のデータPDUを再送する。
[0005] The transmitting side receives the status PDU sent from the receiving side, stores it in the buffer memory, and confirms the delivery of the data PDU to the receiving side, and releases the stored data PDU. If the transmission to the receiving side cannot be confirmed, the stored data PDU is retransmitted.

【0006】データPDUの再送制御方法には、送達で
きなかったデータPDU以降をすべて再送するGO−B
ACK−N方式や、送達できなかったデータPDUのみ
を再送するセレクティブ・リピート方式等があるが、ど
の方式を用いた場合においても送信側は受信側へのデー
タPDUの送達を終えるまで、データPDUをバッファ
メモリに保持しておく。
[0006] The data PDU retransmission control method includes a GO-B that retransmits all data PDUs that cannot be transmitted after the data PDU.
There are an ACK-N system, a selective repeat system that retransmits only data PDUs that could not be transmitted, and the like. Is stored in the buffer memory.

【0007】このような再送型通信においては、通信す
る二つの通信装置間のネットワーク網における遅延・誤
り・輻輳等のために、ステータスPDUなどの制御PD
Uの相手側への到達が遅延するか、もしくは到達しない
ことがある。ステータスPDUの遅延・不到達は送信側
のバッファメモリに保存されているデータPDUの解放
を遅らせてバッファオーバーフローを発生させることが
ある。バッファオーバーフローが発生すると、バッファ
メモリの空きが無いために新たなデータPDUの送信が
行えなくなるだけではなく、その後、通信装置に到達す
るデータPDUと制御PDUが受信されずに破棄される
ことになる。
In such retransmission-type communication, a control PD such as a status PDU is used due to delay, error, congestion, etc. in a network between two communicating devices.
There is a case where U reaches the other party with a delay or does not reach. The delay or non-arrival of the status PDU may delay the release of the data PDU stored in the buffer memory on the transmission side and cause a buffer overflow. When a buffer overflow occurs, not only can a new data PDU not be transmitted because there is no free space in the buffer memory, but also the data PDU and the control PDU that reach the communication device are discarded without being received. .

【0008】ステータスPDUを含めた制御PDUを受
信できなければ、バッファメモリ内のデータPDUを解
放することができないので、通信装置はデッドロックに
陥ってしまう。この問題に対して、従来、クレジットや
ウインドウサイズというパラメータを導入(例えば、S
SCOP標準JT−Q2110)して、フロー制御を行
うことでバッファオーバーフローを防ぐ手法などが提案
されている。
If the control PDU including the status PDU cannot be received, the data PDU in the buffer memory cannot be released, so that the communication apparatus falls into a deadlock. To solve this problem, parameters such as credit and window size are conventionally introduced (for example, S
A method of preventing buffer overflow by performing flow control based on SCOP Q.2110) has been proposed.

【0009】[0009]

【発明が解決しようとする課題】しかしながら、このよ
うなフロー制御を用いた手法では、新たなパラメータの
処理やデータ流量の予測など、フロー制御を行う処理量
分だけ通信全体の処理量が増加してしまう問題がある。
However, in such a method using flow control, the processing amount of the entire communication increases by the processing amount for performing flow control, such as processing of new parameters and prediction of data flow. There is a problem.

【0010】また、ステータスPDU等の制御PDUの
送受信を前提としているため、バッファオーバーフロー
が発生して制御PDUを受信できなくなると、フロー制
御が行えずデッドロックに陥ってしまう問題もある。す
なわち、根本的な解決には至っていないのが現状であ
る。
[0010] Further, since control PDUs such as status PDUs are assumed to be transmitted and received, if a control PDU cannot be received due to a buffer overflow, there is a problem that flow control cannot be performed and deadlock occurs. That is, at present, there is no fundamental solution.

【0011】本発明は係る点に鑑みてなされたものであ
り、再送型通信においてフロー制御を行わずともバッフ
ァオーバーフローによるデッドロックが起こらない通信
装置及び再送型通信におけるデッドロック防止方法を提
供することを目的とする。
The present invention has been made in view of the above points, and provides a communication apparatus in which deadlock due to a buffer overflow does not occur even if flow control is not performed in retransmission-type communication, and a deadlock prevention method in retransmission-type communication. With the goal.

【0012】[0012]

【課題を解決するための手段】本発明の通信装置は、再
送型通信プロトコルを用いて相手通信装置とデータ通信
を行う通信装置であって、情報の送受信に使用されるデ
ータPDUを保存する第1の記憶手段と、少なくとも相
手通信装置が前記データPDUの受信の有無を通知する
ために用いるステータスPDUを保持する第2の記憶手
段と、を具備する構成を採る。
A communication device according to the present invention is a communication device for performing data communication with a partner communication device by using a retransmission type communication protocol, and stores a data PDU used for transmitting and receiving information. 1 and a second storage means for holding at least a status PDU used by the other communication device to notify whether or not the data PDU has been received.

【0013】また、本発明の通信装置は、再送型通信プ
ロトコルを用いて相手通信装置とデータ通信を行う通信
装置であって、情報の送受信に使用されるデータPDU
を保存する第1の記憶手段と、少なくとも相手通信装置
が前記データPDUの受信の有無を通知するために用い
るステータスPDUを保持する第2の記憶手段と、前記
データPDUを前記相手通信装置へ送信するとともに、
再送に備えて前記第1の記憶手段に保存し、前記データ
PDUの送信後に前記相手通信装置から前記ステータス
PDUが送られてくると、そのステータスPDUを前記
第2の記憶手段に保存した後に解析し、この解析結果か
ら前記データPDUの前記相手通信装置への送達を確認
できた場合は前記第1の記憶手段に保存している前記デ
ータPDUを解放し、前記データPDUの送達を確認で
きなかった場合は前記第1の記憶手段に保存している前
記データPDUを再送する制御手段と、を具備する構成
を採る。
The communication device of the present invention is a communication device for performing data communication with a communication device of the other party by using a retransmission-type communication protocol, and includes a data PDU used for transmitting and receiving information.
First storage means for storing the status PDU used by the other communication device to notify whether or not the data PDU has been received, and transmitting the data PDU to the other communication device. Along with
In preparation for retransmission, the status PDU is stored in the first storage unit, and when the status PDU is transmitted from the partner communication device after the transmission of the data PDU, the status PDU is stored in the second storage unit and then analyzed. If the analysis result confirms the delivery of the data PDU to the partner communication device, the data PDU stored in the first storage unit is released, and the delivery of the data PDU cannot be confirmed. Control means for retransmitting the data PDU stored in the first storage means.

【0014】本発明によれば、データPDUを保存する
ための記憶手段と制御PDUを保存するための記憶手段
を別個に持つので、データPDUを保存する第1の記憶
手段にバッファオーバーフローが発生したとしても、こ
の後に到達するステータスPDUは廃棄されることなく
第2の記憶手段に保存される。これにより、デッドロッ
クとなることなく再送型通信プロトコル処理を継続する
ことが可能となる。
According to the present invention, since the storage means for storing the data PDU and the storage means for storing the control PDU are separately provided, a buffer overflow occurs in the first storage means for storing the data PDU. However, the status PDU that arrives after this is stored in the second storage means without being discarded. As a result, it is possible to continue the retransmission-type communication protocol processing without deadlock.

【0015】本発明の再送型通信におけるデッドロック
防止方法は、再送型通信プロトコルを用いて相手通信装
置とデータ通信を行う通信装置に使用する再送型通信に
おけるデッドロック防止方法であって、情報の送受信に
使用されるデータPDUの保存と、少なくとも相手通信
装置が前記データPDUの受信の有無を通知するために
用いるステータスPDUの保持とをそれぞれ別個に行
い、前記データPDUの前記相手通信装置への送信後に
前記相手通信装置から前記ステータスPDUが送られて
きた場合、そのステータスPDUを前記データPDUと
は別個に保存する。
A deadlock preventing method in retransmission-type communication according to the present invention is a method for preventing deadlock in retransmission-type communication used for a communication device that performs data communication with a partner communication device using a retransmission-type communication protocol. The storage of the data PDU used for transmission and reception and the holding of the status PDU used by at least the other communication device to notify the presence or absence of the reception of the data PDU are separately performed, and the storage of the data PDU to the other communication device is performed. When the status PDU is sent from the partner communication device after transmission, the status PDU is stored separately from the data PDU.

【0016】本発明によれば、データPDUの保存にお
いてオーバーフローが発生した場合でも制御PDUの受
信を行うことができるので、デッドロックとなることな
く再送型通信プロトコル処理を継続することが可能とな
る。
According to the present invention, the control PDU can be received even if an overflow occurs in the storage of the data PDU, so that the retransmission type communication protocol processing can be continued without deadlock. .

【0017】[0017]

【発明の実施の形態】本発明の骨子は、データPDUの
保存と制御PDUの保存をそれぞれ専用の記憶手段にて
行うことで、データPDUを保存するための記憶手段が
バッファオーバーフローとなった場合においても制御P
DUの受信を可能ならしめることである。
BEST MODE FOR CARRYING OUT THE INVENTION The main point of the present invention is that the storage of data PDU and the storage of control PDU are performed by dedicated storage means, respectively, so that the storage means for storing data PDU has a buffer overflow. Control P
This is to make it possible to receive a DU.

【0018】以下、本発明の実施の形態について、図面
を参照して詳細に説明する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0019】図1は、本発明の一実施の形態に係る通信
装置の構成を示すブロック図である。この図において、
本実施の形態の通信装置100は、制御PDUの送受信
に使用する制御PDU送受信用バッファメモリ(第2の
記憶手段)102と、データPDUの送受信に使用する
データPDU送受信用バッファメモリ(第1の記憶手
段)103と、制御PDU送受信用バッファメモリ10
2とデータPDU送受信用バッファメモリ103を制御
する再送型通信プロトコル機能部(制御手段)104と
を備えて構成される。なお、通信装置100は、図示せ
ぬ通信相手の通信装置と伝送路101を介して接続され
る。
FIG. 1 is a block diagram showing a configuration of a communication device according to an embodiment of the present invention. In this figure,
The communication device 100 according to the present embodiment includes a control PDU transmission / reception buffer memory (second storage unit) 102 used for transmission / reception of control PDUs, and a data PDU transmission / reception buffer memory (first storage device) used for data PDU transmission / reception. Storage means) 103 and control PDU transmission / reception buffer memory 10
2 and a retransmission type communication protocol function unit (control means) 104 for controlling the data PDU transmission / reception buffer memory 103. The communication device 100 is connected to a communication device (not shown) of a communication partner via a transmission line 101.

【0020】制御PDU送受信用バッファメモリ102
は、相手通信装置より送信されてきたステータスPDU
などの制御PDUの保存に使用されるとともに、相手通
信装置へステータスPDUなどの制御PDUの送信に使
用される。データPDU送受信用バッファメモリ103
は、相手通信装置より送信されてきたデータPDUの保
存に使用されるとともに、相手通信装置へデータPDU
の送信に使用される。再送型通信プロトコル機能部10
4は、再送型通信プロトコル機能を有し、この機能に従
って制御PDU送受信用バッファメモリ102とデータ
PDU送受信用バッファメモリ103をそれぞれ制御す
る。
Control PDU transmission / reception buffer memory 102
Is the status PDU sent from the partner communication device.
Is used to store control PDUs such as status PDUs to the partner communication device. Data PDU transmission / reception buffer memory 103
Is used for storing the data PDU transmitted from the partner communication device, and the data PDU is transmitted to the partner communication device.
Used for sending. Retransmission type communication protocol function unit 10
4 has a retransmission type communication protocol function, and controls the control PDU transmission / reception buffer memory 102 and the data PDU transmission / reception buffer memory 103 according to this function.

【0021】次に、上記構成の通信装置100の動作を
説明する。なお、動作説明において混乱を避けるため
に、最初にデータPDUを送信した通信装置100を第
1通信装置と呼び、この第1通信装置からのデータPD
Uを受信した通信装置100を第2通信装置と呼ぶこと
とする。さて、第1通信装置の再送型通信プロトコル機
能部104は、送信したいデータから1つもしくは複数
のデータPDUを作成すると、これを再送のためにデー
タPDU送受信用バッファメモリ103に保存した後、
伝送路101を介して第2通信装置に向けて送信する。
Next, the operation of the communication apparatus 100 having the above configuration will be described. In order to avoid confusion in the description of the operation, the communication device 100 that first transmitted the data PDU is referred to as a first communication device, and the data PD from the first communication device is referred to as a first communication device.
The communication device 100 that has received U is referred to as a second communication device. When the retransmission-type communication protocol function unit 104 of the first communication device creates one or a plurality of data PDUs from the data to be transmitted, the retransmission-type communication protocol function unit 104 stores the data PDU in the data PDU transmission / reception buffer memory 103 for retransmission.
The data is transmitted to the second communication device via the transmission path 101.

【0022】第2通信装置では、第1通信装置から送信
されたデータPDUを受信すると、ステータスPDUを
返送する。第2通信装置から返送されたステータスPD
Uは、第1通信装置の制御PDU送受信用バッファメモ
リ102に受信されて保存される。なお、ステータスP
DUは、データPDUの紛失を発見した場合、第1通信
装置からステータスPDU返送要求を受けた場合などで
も返送される。
Upon receiving the data PDU transmitted from the first communication device, the second communication device returns a status PDU. Status PD returned from the second communication device
U is received and stored in the control PDU transmission / reception buffer memory 102 of the first communication device. Note that status P
The DU is returned even when the loss of the data PDU is found or when a status PDU return request is received from the first communication device.

【0023】第1通信装置の再送型通信プロトコル機能
部104は、受信したステータスPDUを解析し、この
解析結果から、先に送信したデータPDUが第2通信装
置に正しく送達されたことを確認すると、データPDU
送受信用バッファメモリ103に再送のために保存して
いるデータPDUを解放する。これに対して、ステータ
スPDUの解析結果から、先に送信したデータPDUが
第2通信装置に正しく送達されなかったと判断すると、
データPDU送受信用バッファメモリ103に保存して
いるデータPDUを再送する。また、制御PDU送受信
用バッファメモリ102に保存されたステータスPDU
などの制御PDUは、解析の後に解放される。
The retransmission type communication protocol function unit 104 of the first communication device analyzes the received status PDU, and confirms from the analysis result that the previously transmitted data PDU has been correctly delivered to the second communication device. , Data PDU
The data PDU stored in the transmission / reception buffer memory 103 for retransmission is released. On the other hand, when it is determined from the analysis result of the status PDU that the previously transmitted data PDU was not correctly delivered to the second communication device,
The data PDU stored in the data PDU transmission / reception buffer memory 103 is retransmitted. Also, the status PDU stored in the control PDU transmission / reception buffer memory 102
Control PDUs are released after analysis.

【0024】このように、本実施の形態の通信装置10
0によれば、再送型通信プロトコルを用いて対向通信装
置とデータ通信を行う通信装置において、データPDU
送受信用バッファメモリ103のバッファオーバーフロ
ー発生の如何に関わらずステータスPDUなどの制御P
DUは制御PDU送受信用バッファメモリ102に保存
するように構成した。
As described above, the communication apparatus 10 of the present embodiment
0, the data PDU is transmitted to the communication device that performs data communication with the opposite communication device using the retransmission-type communication protocol.
Control P such as status PDU regardless of occurrence of buffer overflow of transmission / reception buffer memory 103
The DU is configured to be stored in the control PDU transmission / reception buffer memory 102.

【0025】したがって、データPDU送受信用バッフ
ァメモリ103にバッファオーバーフローが発生したと
しても、デッドロックに陥ることなく再送型通信を継続
することが可能となる。
Therefore, even if a buffer overflow occurs in the data PDU transmission / reception buffer memory 103, retransmission-type communication can be continued without falling into a deadlock.

【0026】[0026]

【発明の効果】以上説明したように、本発明によれば、
データPDUの保存においてバッファオーバーフローが
発生してもデッドロックに陥ることがない通信装置を提
供することができる。
As described above, according to the present invention,
It is possible to provide a communication device that does not fall into a deadlock even if a buffer overflow occurs in storing data PDU.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施の形態に係る通信装置の構成を
示すブロック図
FIG. 1 is a block diagram showing a configuration of a communication device according to an embodiment of the present invention.

【符号の説明】[Explanation of symbols]

100 通信装置 101 伝送路 102 制御PDU送受信用バッファメモリ 103 データPDU送受信用バッファメモリ 104 再送型通信プロトコル機能部 REFERENCE SIGNS LIST 100 communication apparatus 101 transmission line 102 control PDU transmission / reception buffer memory 103 data PDU transmission / reception buffer memory 104 retransmission type communication protocol function unit

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 再送型通信プロトコルを用いて相手通信
装置とデータ通信を行う通信装置であって、 情報の送受信に使用されるデータPDUを保存する第1
の記憶手段と、 少なくとも相手通信装置が前記データPDUの受信の有
無を通知するために用いるステータスPDUを保持する
第2の記憶手段と、 を具備することを特徴とする通信装置。
1. A communication device for performing data communication with a partner communication device using a retransmission type communication protocol, wherein a first data PDU used for transmitting and receiving information is stored.
And a second storage means for holding at least a status PDU used by the other communication apparatus to notify whether or not the data PDU has been received.
【請求項2】 再送型通信プロトコルを用いて相手通信
装置とデータ通信を行う通信装置であって、 情報の送受信に使用されるデータPDUを保存する第1
の記憶手段と、 少なくとも相手通信装置が前記データPDUの受信の有
無を通知するために用いるステータスPDUを保持する
第2の記憶手段と、 前記データPDUを前記相手通信装置へ送信するととも
に、再送に備えて前記第1の記憶手段に保存し、前記デ
ータPDUの送信後に前記相手通信装置から前記ステー
タスPDUが送られてくると、そのステータスPDUを
前記第2の記憶手段に保存した後に解析し、この解析結
果から前記データPDUの前記相手通信装置への送達を
確認できた場合は前記第1の記憶手段に保存している前
記データPDUを解放し、前記データPDUの送達を確
認できなかった場合は前記第1の記憶手段に保存してい
る前記データPDUを再送する制御手段と、 を具備することを特徴とする通信装置。
2. A communication device for performing data communication with a partner communication device using a retransmission type communication protocol, wherein a first data PDU used for transmitting and receiving information is stored.
Storage means for holding at least a status PDU used by the other communication device to notify whether or not the data PDU has been received; and transmitting the data PDU to the other communication device and retransmitting the data PDU. And when the status PDU is transmitted from the partner communication device after the transmission of the data PDU, the status PDU is stored in the second storage unit and then analyzed. When the delivery of the data PDU to the partner communication device can be confirmed from the analysis result, the data PDU stored in the first storage unit is released, and the delivery of the data PDU cannot be confirmed. Control means for retransmitting the data PDU stored in the first storage means.
【請求項3】 再送型通信プロトコルを用いて相手通信
装置とデータ通信を行う通信装置に使用する再送型通信
におけるデッドロック防止方法であって、 情報の送受信に使用されるデータPDUの保存と、少な
くとも相手通信装置が前記データPDUの受信の有無を
通知するために用いるステータスPDUの保持とをそれ
ぞれ別個に行い、前記データPDUの前記相手通信装置
への送信後に前記相手通信装置から前記ステータスPD
Uが送られてきた場合、そのステータスPDUを前記デ
ータPDUとは別個に保存することを特徴とする再送型
通信におけるデッドロック防止方法。
3. A method for preventing deadlock in retransmission-type communication used for a communication device that performs data communication with a partner communication device using a retransmission-type communication protocol, comprising: storing a data PDU used for transmitting and receiving information; At least the status PDU used for notifying the presence / absence of reception of the data PDU by the partner communication device is separately performed, and the status PD is transmitted from the partner communication device after the data PDU is transmitted to the partner communication device.
A method for preventing deadlock in retransmission-type communication, wherein when a U is sent, its status PDU is stored separately from the data PDU.
JP2001027971A 2001-02-05 2001-02-05 Communication unit and deadlock preventing method in re-transmission type communication Pending JP2002232509A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001027971A JP2002232509A (en) 2001-02-05 2001-02-05 Communication unit and deadlock preventing method in re-transmission type communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001027971A JP2002232509A (en) 2001-02-05 2001-02-05 Communication unit and deadlock preventing method in re-transmission type communication

Publications (1)

Publication Number Publication Date
JP2002232509A true JP2002232509A (en) 2002-08-16

Family

ID=18892546

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001027971A Pending JP2002232509A (en) 2001-02-05 2001-02-05 Communication unit and deadlock preventing method in re-transmission type communication

Country Status (1)

Country Link
JP (1) JP2002232509A (en)

Similar Documents

Publication Publication Date Title
RU2298289C2 (en) Device and method for delivering packets in wireless networks with multiple retranslations
US7746786B2 (en) Retransmission control method and device
EP1768296A2 (en) Method and apparatus for transmitting signaling data messages in a wireless communications system
CN105871736A (en) Transporting method with low delay
US20110252152A1 (en) Reliable messaging system and method
CN101119183A (en) Retransmission control method and transmission equipment
WO2008029793A1 (en) Packet recovery method, communication system, information processing device, and program
CN107104902B (en) RDMA data transmission method, related device and system
KR20130065619A (en) Method of transporting data from sending node to destination node
CN115994048B (en) Chip, communication method, system and storage medium
CN102769520A (en) Wireless network congestion control method based on stream control transmission protocol (SCTP)
Sayenko et al. Performance analysis of the IEEE 802.16 ARQ mechanism
US7609639B2 (en) Negative acknowledgment (NAK) suppression
US8769137B2 (en) Systems and methods for negotiated accelerated block option for trivial file transfer protocol (TFTP)
CN101695067A (en) Data processing method and device based on TCP and digital TV receiver terminal and system
JP2006191368A (en) Network transmission device
JP2004147183A (en) Error control method, communication equipment, and communication system
JP2000022744A (en) Packet communication system, packet communication device and packet communication method
EP1427127A2 (en) Communication control method, communication system and communication apparatus that can improve throughput
JP2002232509A (en) Communication unit and deadlock preventing method in re-transmission type communication
JP2013179486A (en) Packet monitoring device, packet monitoring method, and packet monitoring system
JPH09181772A (en) Device and method for transmitting data
JP2008199431A (en) Communication device
KR100855347B1 (en) Message transmitting system based on udp control and method for the same
KR20020009282A (en) Data transmission system and method for transmitting data frames