JP2007267249A - Data transmission device, data transmission method, and data transmission program - Google Patents

Data transmission device, data transmission method, and data transmission program Download PDF

Info

Publication number
JP2007267249A
JP2007267249A JP2006092042A JP2006092042A JP2007267249A JP 2007267249 A JP2007267249 A JP 2007267249A JP 2006092042 A JP2006092042 A JP 2006092042A JP 2006092042 A JP2006092042 A JP 2006092042A JP 2007267249 A JP2007267249 A JP 2007267249A
Authority
JP
Japan
Prior art keywords
transmission
buffer
data
network
transmission data
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
JP2006092042A
Other languages
Japanese (ja)
Inventor
Mitsuru Sato
充 佐藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2006092042A priority Critical patent/JP2007267249A/en
Publication of JP2007267249A publication Critical patent/JP2007267249A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To perform retransmission processing in network communications using hardware. <P>SOLUTION: A first buffer 11 temporarily stores transmission data. A second buffer 12 is a FIFO buffer and temporarily stores transmission data sent from the first buffer 11. A data sending circuit 13 selectively sends transmission data stored in the first buffer 11 or the second buffer 12 to a network 30. A sending control circuit 14 controls the data sending circuit 13 so as to send transmission data stored in the second buffer 12 to the network 30 when a possibility is detected that transmission data sent to the network 30 may not be received based on communication information exchanged via the network 30, and controls the data sending circuit 13 so as to send transmission data stored in the first buffer 11 to the network 30 when all the transmission data stored in the second buffer 12 are sent. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、ネットワークを介してデータを送信するデータ送信装置、データ送信方法、およびデータ送信プログラムに関する。   The present invention relates to a data transmission apparatus, a data transmission method, and a data transmission program that transmit data via a network.

近年、ネットワーク環境の急速な発展とコンピュータ普及に伴って、情報通信ネットワークでは、多種多様なサービスが提供されている。情報通信ネットワークでは、コンピュータ間の通信データを確実に相手側に届ける必要があり、届いていないデータがある場合には送信側からデータを再送することによって届いていないデータを補完している。最近になって規格化されたネットワークは、ハードウェアによってこの再送制御を行い、データを確実に到達させる仕組みを実現しているものが多い。   In recent years, with the rapid development of network environments and the spread of computers, information communication networks provide a wide variety of services. In an information communication network, it is necessary to reliably deliver communication data between computers to the other party. When there is data that has not arrived, the data that has not arrived is complemented by retransmitting the data from the transmission side. Many of the networks that have recently been standardized implement such a mechanism that performs this retransmission control by hardware to ensure that data arrives.

しかし、情報通信ネットワークの中には、旧来の考え方に基づいて規格が作成されたネットワークが存在している。このようなネットワークにおいては、相手側のハードウェアに再送制御機能が用意されているかわからないため、ホストコンピュータのソフトウェア処理によって再送制御を行わなくてはならない。ソフトウェアによる再送処理の最も簡単なものの例としては、データを1つずつ送り、データをどこまで送れたか確認を取りながらデータ通信を行うものが挙げられる。   However, among information communication networks, there are networks in which standards are created based on the conventional concept. In such a network, since it is not known whether the other party's hardware has a retransmission control function, retransmission control must be performed by software processing of the host computer. As an example of the simplest retransmission processing by software, there is one that sends data one by one and performs data communication while checking how far the data has been sent.

このようなソフトウェアを用いた再送処理を行うときに広く用いられている通信規格としてTCP/IP(Transmission Control Protocol/Internet Protocol)がある。その他に、再送処理が規定されていないUDP/IP(User Datagram Protocol/Internet Protocol)上に専用のプロトコルを組み立てて、そのプロトコル上で再送処理を行う仕組みをソフトウェアで作り上げたデータ送信装置が提案されている(特許文献1参照)。また、上記データ送信装置を拡張し、UDP/IPを用いずに同様の再送処理を行う仕組みをソフトウェアで作り上げたデータ送信装置が提案されている(特許文献2参照)。
特開2000−134263号公報 特開2002−135302号公報
TCP / IP (Transmission Control Protocol / Internet Protocol) is a communication standard widely used when performing retransmission processing using such software. In addition, a data transmission device has been proposed in which a dedicated protocol is assembled on User Datagram Protocol / Internet Protocol (UDP / IP) for which retransmission processing is not specified, and a mechanism for performing retransmission processing on the protocol is created by software. (See Patent Document 1). Further, a data transmission apparatus has been proposed in which the above-described data transmission apparatus is expanded and a mechanism for performing similar retransmission processing without using UDP / IP is created by software (see Patent Document 2).
JP 2000-134263 A JP 2002-135302 A

しかし、近年の情報通信ネットワークの広帯域化によってネットワーク通信の通信データは急速に増大しており、ソフトウェアを用いた再送処理によるコンピュータの処理の負荷が大きくなってきている。したがって、ソフトウェアを用いて再送処理を行うと、通信処理などの再送処理以外の処理に用いるリソースが減少してしまい、システム全体における性能が低下してしまうという問題があった。さらに再送処理のためにハードウェアとソフトウェアの間で何度もデータのやり取りを行うため、再送処理そのものが遅くなってしまうという問題もある。   However, communication data for network communication has been rapidly increasing due to the recent widening of the information communication network, and the processing load on the computer due to retransmission processing using software has increased. Therefore, when resending processing is performed using software, there is a problem that resources used for processing other than resending processing such as communication processing are reduced and performance of the entire system is lowered. Furthermore, since the data is repeatedly exchanged between the hardware and software for the retransmission process, there is a problem that the retransmission process itself becomes slow.

本発明はこのような点に鑑みてなされたものであり、ハードウェアを用いてネットワーク通信における再送処理を行うデータ送信装置、データ送信方法、およびデータ送信プログラムを提供することを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides a data transmission device, a data transmission method, and a data transmission program that perform retransmission processing in network communication using hardware.

本発明では上記問題を解決するために、ネットワークを介してデータを送信するデータ送信装置であって、前記ネットワークを介して送信するために生成された送信データを取得し、一時的に記憶する第1のバッファと、前記第1のバッファから送出された前記送信データを一時的に記憶し、記憶容量が満たされると先に記憶した前記送信データを消去し、新たな前記送信データを記憶する第2のバッファと、前記第1のバッファに記憶されている前記送信データ、もしくは前記第2のバッファに記憶されている前記送信データを選択的に前記ネットワークへ送出するデータ送出回路と、前記第1のバッファに前記送信データが記憶されると、前記第1のバッファに記憶された前記送信データを前記ネットワークへ送出するように前記データ送出回路を制御し、前記ネットワーク経由でやり取りされる通信情報を元に前記ネットワークへ送出した前記送信データが受信されなかった可能性を検出すると、前記第2のバッファに記憶されている前記送信データを前記ネットワークへ送出するように前記データ送出回路を制御し、前記第2のバッファに記憶されている前記送信データが全て送出されると、前記第1のバッファに記憶された前記送信データを前記ネットワークへ送出するように前記データ送出回路を制御する送出制御回路とを有することを特徴とするデータ送信装置が提供される。   In order to solve the above-described problem, the present invention provides a data transmission device that transmits data via a network, and acquires and temporarily stores transmission data generated for transmission via the network. A first buffer and the transmission data sent from the first buffer are temporarily stored, and when the storage capacity is satisfied, the previously stored transmission data is erased and new transmission data is stored. 2 buffer, a data transmission circuit for selectively transmitting the transmission data stored in the first buffer or the transmission data stored in the second buffer to the network, and the first When the transmission data is stored in the buffer, the data is transmitted so that the transmission data stored in the first buffer is transmitted to the network. The transmission data stored in the second buffer is detected by controlling the output circuit and detecting the possibility that the transmission data sent to the network based on the communication information exchanged via the network is not received. When the transmission data stored in the second buffer is all transmitted, the transmission data stored in the first buffer is transferred to the data transmission circuit. There is provided a data transmission apparatus comprising a transmission control circuit for controlling the data transmission circuit so as to transmit to a network.

これにより、図1に示すように、第1のバッファ11は、ネットワーク30を介して送信するために生成された送信データを取得し、一時的に記憶する。第2のバッファ12は、第1のバッファ11から送出された送信データを一時的に記憶し、記憶容量が満たされると先に記憶した送信データを消去し、新たな送信データを記憶する。データ送出回路13は、第1のバッファ11に記憶されている送信データ、もしくは第2のバッファ12に記憶されている送信データを選択的にネットワーク30へ送出する。送出制御回路14は、第1のバッファ11に送信データが記憶されると、第1のバッファ11に記憶された送信データをネットワーク30へ送出するようにデータ送出回路13を制御する。同時に、ネットワーク30を経由してやり取りされる通信情報を元にネットワーク30へ送出した送信データが受信されなかった可能性があるかどうかを独自に判断し、再送処理が必要であると判断すると、第2のバッファ12に記憶されている送信データをネットワーク30へ送出するようにデータ送出回路13を制御し、第2のバッファ12に記憶されている送信データが全て送出されると、第1のバッファ11に記憶された送信データをネットワーク30へ送出するようにデータ送出回路13を制御する。   Thereby, as shown in FIG. 1, the 1st buffer 11 acquires the transmission data produced | generated in order to transmit via the network 30, and memorize | stores it temporarily. The second buffer 12 temporarily stores the transmission data sent from the first buffer 11, erases the previously stored transmission data when the storage capacity is satisfied, and stores new transmission data. The data transmission circuit 13 selectively transmits the transmission data stored in the first buffer 11 or the transmission data stored in the second buffer 12 to the network 30. When the transmission data is stored in the first buffer 11, the transmission control circuit 14 controls the data transmission circuit 13 to transmit the transmission data stored in the first buffer 11 to the network 30. At the same time, based on the communication information exchanged via the network 30, whether or not there is a possibility that the transmission data sent to the network 30 may not have been received, and if it is determined that retransmission processing is necessary, When the data transmission circuit 13 is controlled to transmit the transmission data stored in the second buffer 12 to the network 30, and when all the transmission data stored in the second buffer 12 is transmitted, the first data The data transmission circuit 13 is controlled to transmit the transmission data stored in the buffer 11 to the network 30.

本発明のデータ送信装置によれば、ネットワークへ送出した送信データが通信相手に受信されなかった可能性をネットワーク経由でやり取りされる通信情報を元に独自に判断し、送信データが通信相手に受信されなかった可能性があると判断すると、第2のバッファに記憶されている送信データをネットワークへ送出するようにデータ送出回路を制御することによって、ハードウェアを用いてネットワーク通信における再送処理を行うことができる。そのため、ハードウェアで再送制御を行うように構成されていない旧来の考え方に基づいて作られたネットワーク装置を通信相手としていても、コンピュータに処理負荷をかけずにネットワーク通信の信頼性を向上させることが可能となる。   According to the data transmission device of the present invention, the possibility that the transmission data sent to the network was not received by the communication partner is uniquely determined based on the communication information exchanged via the network, and the transmission data is received by the communication partner. If it is determined that there is a possibility that the data has not been transmitted, the data transmission circuit is controlled so as to transmit the transmission data stored in the second buffer to the network, thereby performing retransmission processing in the network communication using hardware. be able to. Therefore, even if a network device created based on the conventional concept that is not configured to perform retransmission control by hardware is used as a communication partner, the reliability of network communication can be improved without placing a processing load on the computer. Is possible.

以下、本発明の実施の形態を図面を参照して詳細に説明する。
図1は、本実施の形態に適用される発明の概念図である。図1に示すように、データ送信装置10は、コンピュータ20がネットワーク30を介したデータの送信を行うためのネットワークインタフェイスである。データ送信装置10は、第1のバッファ11、第2のバッファ12、データ送出回路13、および送出制御回路14を備えている。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a conceptual diagram of the invention applied to this embodiment. As shown in FIG. 1, the data transmission device 10 is a network interface for the computer 20 to transmit data via a network 30. The data transmission device 10 includes a first buffer 11, a second buffer 12, a data transmission circuit 13, and a transmission control circuit 14.

コンピュータ20は、データ送信装置10とネットワーク30を介してデータ通信を行う。詳しくは、コンピュータ20によって生成され、通信相手に対して送信されるデータが、第1のバッファ11に一時的に記憶される。   The computer 20 performs data communication with the data transmission device 10 via the network 30. Specifically, data generated by the computer 20 and transmitted to the communication partner is temporarily stored in the first buffer 11.

第2のバッファ12は、第1のバッファ11からデータ送出回路13に出力され、ネットワーク30へ送出される送信データを、データ送出回路13からネットワーク30へ送出されると同時に第1のバッファ11から受け取り一時的に記憶する。また、第2のバッファ12は、FIFO(First In First Out)バッファであり、第1のバッファ11から受け取ったデータによって記憶領域がデータで満たされると、先に記憶したデータから消去し、新たに受け取ったデータを最後尾に記憶する。   The second buffer 12 outputs the transmission data output from the first buffer 11 to the data transmission circuit 13 and transmitted to the network 30, and is simultaneously transmitted from the data transmission circuit 13 to the network 30 from the first buffer 11. Receive and store temporarily. The second buffer 12 is a first-in first-out (FIFO) buffer. When the storage area is filled with data received from the first buffer 11, the second buffer 12 is erased from the previously stored data. The received data is stored at the end.

データ送出回路13は、制御信号に基づいて、第1のバッファ11に記憶されている送信データと第2のバッファ12に記憶されている送信データのいずれか一方を取得して、取得した送信データをネットワーク30へ送出する。   The data transmission circuit 13 acquires either transmission data stored in the first buffer 11 or transmission data stored in the second buffer 12 based on the control signal, and acquires the acquired transmission data. Is sent to the network 30.

ネットワーク30は、イーサネット(登録商標)と呼ばれるネットワークである。なおイーサネットは、IEEE(Institute of Electrical and Electronic Engineers)802.3委員会によって標準化されたネットワークの総称である。   The network 30 is a network called Ethernet (registered trademark). Ethernet is a general term for networks standardized by the Institute of Electrical and Electronic Engineers (IEEE) 802.3 Committee.

送出制御回路14は、第1のバッファ11に送信データが記憶された旨の通知信号を受信すると、第1のバッファ11に記憶されている送信データをネットワーク30へ送出するようにデータ送出回路13に制御信号を出力する。   When the transmission control circuit 14 receives a notification signal indicating that transmission data is stored in the first buffer 11, the transmission control circuit 14 transmits the transmission data stored in the first buffer 11 to the network 30. Output a control signal.

データ送出回路13は、制御信号に基づいて第1のバッファ11に記憶されている送信データを取得し、ネットワーク30へ送出する。このとき、第2のバッファ12には、ネットワーク30へ送出された送信データが記憶される。   The data transmission circuit 13 acquires transmission data stored in the first buffer 11 based on the control signal, and transmits it to the network 30. At this time, the transmission data sent to the network 30 is stored in the second buffer 12.

また、送出制御回路14は、ネットワーク30を経由してやり取りする通信情報を常に監視しており、通信情報からネットワーク30へ送出した送信データが通信相手に受信されなかった可能性を検出すると、第2のバッファ12に記憶されている送信データをネットワーク30へ送出するようにデータ送出回路13に対して制御信号を出力する。   Further, the transmission control circuit 14 constantly monitors communication information exchanged via the network 30. When the transmission control circuit 14 detects the possibility that the transmission data transmitted to the network 30 has not been received by the communication partner from the communication information, A control signal is output to the data transmission circuit 13 so that the transmission data stored in the second buffer 12 is transmitted to the network 30.

データ送出回路13は、制御信号に基づいて第2のバッファ12に記憶されている送信データをネットワーク30に対して送出する。送出制御回路14は、第2のバッファ12に記憶されている送信データがなくなった旨の通知信号を第2のバッファ12から受信すると、改めて第1のバッファ11に記憶されているデータをネットワーク30に対して送出するようにデータ送出回路13を制御する。   The data transmission circuit 13 transmits the transmission data stored in the second buffer 12 to the network 30 based on the control signal. When the transmission control circuit 14 receives from the second buffer 12 a notification signal indicating that the transmission data stored in the second buffer 12 is exhausted, the transmission control circuit 14 again transmits the data stored in the first buffer 11 to the network 30. The data transmission circuit 13 is controlled so as to transmit the data.

このように、ネットワーク30へ送出した送信データが通信相手に受信されなかった可能性をネットワーク30を介してやり取りする通信情報を監視することにより独自に検出し、再送の必要性を検出すると、第2のバッファ12に記憶されている送信データをネットワーク30へ送出するようにデータ送出回路13を制御することによって、ソフトウェアを用いることなく再送処理を実現することができるようになるので、コンピュータのCPU(Central Processing Unit)に負荷をかけずにネットワーク通信の信頼性を向上させることが可能となる。   In this way, the possibility that the transmission data sent to the network 30 has not been received by the communication partner is uniquely detected by monitoring the communication information exchanged via the network 30, and the necessity of retransmission is detected. By controlling the data transmission circuit 13 to transmit the transmission data stored in the second buffer 12 to the network 30, the retransmission process can be realized without using software. It is possible to improve the reliability of network communication without imposing a load on the (Central Processing Unit).

また、判断信号によってデータ送信装置10が単独で送信データが通信相手に受信されなかった可能性があると判断して第2のバッファ12に記憶されている送信データをネットワーク30へ送出するようにデータ送出回路13を制御するので、ネットワーク通信の通信相手が再送処理の機能を有していない可能性がある場合であっても通信相手の機能によらず再送処理を行うことができるので、ネットワーク通信の信頼性を向上させることが可能となる。   Further, the data transmission apparatus 10 determines that there is a possibility that the transmission data has not been received by the communication partner by itself based on the determination signal, and transmits the transmission data stored in the second buffer 12 to the network 30. Since the data transmission circuit 13 is controlled, even if there is a possibility that the communication partner of the network communication does not have the function of the retransmission process, the retransmission process can be performed regardless of the function of the communication partner. Communication reliability can be improved.

次に、データ送信装置をデータ送受信装置に適用した場合の実施の形態について図面を参照して詳細に説明する。
図2は、本実施の形態に係るシステム構成例を示す図である。図2に示すように、コンピュータ200とコンピュータ201がスイッチ300を介して接続されている。コンピュータ200は、データ送受信装置100aを備えている。コンピュータ201は、データ送受信装置100bを備えている。また、スイッチ300は、たとえば6ポートのスイッチであり、それぞれのポートにデータ送受信装置100c、100d、100e、100f、100g、および100hを備えている。また、どのポートからどのポートへデータを送信するかを制御するセレクタ310を備えている。
Next, an embodiment in which the data transmitting apparatus is applied to the data transmitting / receiving apparatus will be described in detail with reference to the drawings.
FIG. 2 is a diagram illustrating a system configuration example according to the present embodiment. As shown in FIG. 2, a computer 200 and a computer 201 are connected via a switch 300. The computer 200 includes a data transmission / reception device 100a. The computer 201 includes a data transmission / reception device 100b. The switch 300 is, for example, a 6-port switch, and includes data transmission / reception devices 100c, 100d, 100e, 100f, 100g, and 100h in each port. In addition, a selector 310 that controls which port transmits data to which port is provided.

たとえば、コンピュータ200からコンピュータ201に対してデータが送信されるとき、コンピュータ200が生成したデータがデータ送受信装置100aを介してスイッチ300に出力される。スイッチ300は、データ送受信装置100aから出力されたデータをデータ送受信装置100cが受け付け、セレクタ310とデータ送受信装置100eを介してコンピュータ201へ出力する。コンピュータ201は、データ送受信装置100eから出力されたデータをデータ送受信装置100bが受け付ける。   For example, when data is transmitted from the computer 200 to the computer 201, the data generated by the computer 200 is output to the switch 300 via the data transmission / reception device 100a. In the switch 300, the data transmission / reception device 100c receives the data output from the data transmission / reception device 100a, and outputs the data to the computer 201 via the selector 310 and the data transmission / reception device 100e. In the computer 201, the data transmitter / receiver 100b receives data output from the data transmitter / receiver 100e.

つまり、データ送受信装置100a、100b、100c、100d、100e、100f、100g、および100h(以下、総称して「データ送受信装置100」という)は、情報通信ネットワークにおける各ノード間を行き来するデータを送受信する装置である。以下、一例としてデータ送受信装置100をコンピュータ200のネットワークインタフェイスとして適用した場合について詳細に説明する。   That is, the data transmission / reception apparatuses 100a, 100b, 100c, 100d, 100e, 100f, 100g, and 100h (hereinafter collectively referred to as “data transmission / reception apparatus 100”) transmit / receive data between nodes in the information communication network. It is a device to do. Hereinafter, the case where the data transmitting / receiving apparatus 100 is applied as a network interface of the computer 200 will be described in detail as an example.

図3は、データ送受信装置の処理機能を示す図である。図3に示すように、データ送受信装置100は、コンピュータ200がネットワーク400を介したデータの送受信を行うためのネットワークインタフェイスである。   FIG. 3 is a diagram illustrating processing functions of the data transmitting / receiving apparatus. As shown in FIG. 3, the data transmission / reception device 100 is a network interface for the computer 200 to transmit and receive data via the network 400.

データ送受信装置100は、送信バッファ110、セレクタ120、再送バッファ130、受信バッファ140、送信バッファ制御回路150、セレクタ制御回路160、およびポーズ検出回路170を備えている。   The data transmitting / receiving apparatus 100 includes a transmission buffer 110, a selector 120, a retransmission buffer 130, a reception buffer 140, a transmission buffer control circuit 150, a selector control circuit 160, and a pause detection circuit 170.

コンピュータ200は、データ送受信装置100とネットワーク400を介してコンピュータ201とデータ通信を行う。詳しくは、コンピュータ200によって生成され、コンピュータ201に対して送信されるデータが、送信バッファ110に一時的に記憶される。   The computer 200 performs data communication with the computer 201 via the data transmission / reception device 100 and the network 400. Specifically, data generated by the computer 200 and transmitted to the computer 201 is temporarily stored in the transmission buffer 110.

再送バッファ130は、送信バッファ110からセレクタ120に出力され、ネットワーク400へ送出される送信データを、セレクタ120からネットワーク400へ送出されると同時に送信バッファ110から受け取り一時的に記憶する。また、再送バッファ130は、FIFOバッファであり、送信バッファ110から受け取ったデータによって記憶領域がデータで満たされると、先に記憶したデータから消去し、新たに受け取ったデータを最後尾に記憶する。   The retransmission buffer 130 receives the transmission data output from the transmission buffer 110 to the selector 120 and transmitted to the network 400 from the transmission buffer 110 and temporarily stores the transmission data transmitted from the selector 120 to the network 400. The retransmission buffer 130 is a FIFO buffer. When the storage area is filled with data received from the transmission buffer 110, the retransmission buffer 130 erases the previously stored data and stores the newly received data at the end.

セレクタ120は、制御信号に基づいて、送信バッファ110に記憶されている送信データと再送バッファ130に記憶されている送信データのいずれか一方を取得し、ネットワーク400を介してコンピュータ201に送信する。   The selector 120 acquires either transmission data stored in the transmission buffer 110 or transmission data stored in the retransmission buffer 130 based on the control signal, and transmits it to the computer 201 via the network 400.

また、コンピュータ200に対して送信されるデータは、ネットワーク400を介して受信バッファ140に一時的に記憶され、コンピュータ200に送信される。また、受信バッファ140は、ネットワーク400を介して受け取ったデータをコンピュータ200へ出力すると同時にポーズ検出回路170に対しても出力する。   Data transmitted to the computer 200 is temporarily stored in the reception buffer 140 via the network 400 and transmitted to the computer 200. The reception buffer 140 outputs the data received via the network 400 to the computer 200 and simultaneously outputs it to the pause detection circuit 170.

ネットワーク400は、イーサネットと呼ばれるネットワークである。なおイーサネットは、IEEE802.3委員会によって標準化されたネットワークの総称である。
送信バッファ制御回路150は、送信バッファ110に記憶されている送信データのデータ量を検出し、送信バッファ110に送信データが記憶されたことを検出すると、検出した旨の通知信号をセレクタ制御回路160に出力する。
The network 400 is a network called Ethernet. Ethernet is a generic term for networks standardized by the IEEE 802.3 committee.
When the transmission buffer control circuit 150 detects the amount of transmission data stored in the transmission buffer 110 and detects that the transmission data is stored in the transmission buffer 110, the transmission buffer control circuit 150 sends a notification signal indicating that the transmission data has been detected to the selector control circuit 160. Output to.

セレクタ制御回路160は、送信バッファ110に送信データが記憶されたことを検出したことを示す通知信号を受信すると、送信バッファ110に記憶されている送信データをネットワーク400へ送出するようにセレクタ120を制御する。   When the selector control circuit 160 receives a notification signal indicating that transmission data has been stored in the transmission buffer 110, the selector control circuit 160 causes the selector 120 to transmit the transmission data stored in the transmission buffer 110 to the network 400. Control.

また、送信バッファ制御回路150は、送信バッファ110に記憶されている送信データのデータ量を検出し、コンピュータ200から送信バッファ110に対して出力される送信データのデータ量を制御する。たとえば、送信バッファ110に記憶されている送信データのデータ量が一定量を超えたことが検出されたときは、コンピュータ200に対して送信バッファ110に出力するデータ量を減らすように、もしくは送信データの送信バッファ110に対する出力を停止するように指示を行う。また、送信バッファ110に記憶されている送信データのデータ量が一定量以下になったことが検出されたときは、コンピュータ200に対して送信バッファ110に出力するデータ量を増やすように、もしくは送信データの送信バッファ110に対する出力を開始するように指示を行う。   The transmission buffer control circuit 150 detects the amount of transmission data stored in the transmission buffer 110 and controls the amount of transmission data output from the computer 200 to the transmission buffer 110. For example, when it is detected that the amount of transmission data stored in the transmission buffer 110 exceeds a certain amount, the amount of data output to the transmission buffer 110 to the computer 200 is reduced or the transmission data Is instructed to stop the output to the transmission buffer 110. Further, when it is detected that the amount of transmission data stored in the transmission buffer 110 is below a certain amount, the amount of data output to the transmission buffer 110 is increased with respect to the computer 200, or transmission is performed. An instruction is given to start outputting data to the transmission buffer 110.

セレクタ制御回路160は、ポーズ検出回路170が受信バッファ140がネットワーク400を介して受け取ったデータの中から、IEEE802.3xのオプションとして規定されているポーズフレームと呼ばれるデータ送信停止信号を検出し、ポーズ検出回路170からポーズフレームを検出した旨の通知信号を受け取ると、セレクタ120に対してネットワーク400にデータを送出しないように指示信号を出力する。   The selector control circuit 160 detects a data transmission stop signal called a pause frame defined as an IEEE 802.3x option from the data received by the pause detection circuit 170 via the network 400 by the pause detection circuit 170, and pauses. When a notification signal indicating that a pause frame has been detected is received from the detection circuit 170, an instruction signal is output to the selector 120 so as not to send data to the network 400.

ポーズ検出回路170は、ポーズフレームを検出した旨の通知信号をセレクタ制御回路160に出力すると、検出したポーズフレームに設定されている、データの送出を中断する中断時間を計時する。そして、中断時間が経過するとその旨をセレクタ制御回路160に対して通知する。   When the pause detection circuit 170 outputs a notification signal indicating that a pause frame has been detected to the selector control circuit 160, the pause detection circuit 170 measures the interruption time set in the detected pause frame to interrupt the data transmission. When the interruption time elapses, the selector control circuit 160 is notified accordingly.

セレクタ制御回路160は、ポーズ検出回路170から中断時間が経過した旨の通知を受けると、再送バッファ130に記憶されているデータをコンピュータ201に対して送信するようにセレクタ120を制御する。そして、再送バッファ130に記憶されているデータのデータ量を検出し、再送バッファ130に記憶されているデータがなくなったとき、改めて送信バッファ110に記憶されているデータをコンピュータ201に対して送信するようにセレクタ120を制御する。   When the selector control circuit 160 receives notification from the pause detection circuit 170 that the interruption time has elapsed, the selector control circuit 160 controls the selector 120 to transmit the data stored in the retransmission buffer 130 to the computer 201. Then, the amount of data stored in the retransmission buffer 130 is detected, and when there is no more data stored in the retransmission buffer 130, the data stored in the transmission buffer 110 is transmitted again to the computer 201. The selector 120 is controlled as follows.

以上のような機能を有しているデータ送受信装置100により、以下の処理が行われる。
図4は、データ送受信装置によるデータ送信制御処理の手順を示すフローチャートである。以下、図4に示す処理をステップ番号に沿って説明する。
The following processing is performed by the data transmitting / receiving apparatus 100 having the above functions.
FIG. 4 is a flowchart showing a procedure of data transmission control processing by the data transmitting / receiving apparatus. In the following, the process illustrated in FIG. 4 will be described in order of step number.

〔ステップS11〕ポーズ検出回路170は、送信バッファ110に記憶されている送信データのネットワーク400への送出が開始されると、ポーズフレームを受信したか否かを判断する。ポーズフレームを受信した場合には、処理をステップS12へ進め、ポーズフレームを受信していない場合には、処理をステップS16へ進める。   [Step S11] When transmission of transmission data stored in the transmission buffer 110 to the network 400 is started, the pause detection circuit 170 determines whether a pause frame has been received. If a pause frame has been received, the process proceeds to step S12. If no pause frame has been received, the process proceeds to step S16.

〔ステップS12〕ポーズ検出回路170は、セレクタ制御回路160に対してデータ送出停止信号を出力する。セレクタ制御回路160は、データ送出停止信号を受け取ると、データがネットワーク400へ送出されないようにセレクタ120を制御する。   [Step S12] The pause detection circuit 170 outputs a data transmission stop signal to the selector control circuit 160. Upon receiving the data transmission stop signal, the selector control circuit 160 controls the selector 120 so that data is not transmitted to the network 400.

〔ステップS13〕ポーズ検出回路170は、ポーズフレームに設定されている中断時間を読み出す。また、ポーズフレームを受け取ってからの経過時間を計時し、ポーズフレームから読み出した中断時間が経過するとセレクタ制御回路160に対してデータ送出再開信号を出力する。   [Step S13] The pause detection circuit 170 reads the interruption time set in the pause frame. Further, the elapsed time after receiving the pause frame is counted, and when the interruption time read from the pause frame has elapsed, a data transmission restart signal is output to the selector control circuit 160.

〔ステップS14〕セレクタ制御回路160は、再送バッファ130内に記憶されているデータがネットワーク400へ送出されるようにセレクタ120を制御する。
〔ステップS15〕セレクタ制御回路160は、再送バッファ130に記憶されているデータのデータ量を検出し、再送バッファ130内のデータが送出されたことにより空になったか否かを判断する。再送バッファ130が空になった場合には、送信バッファ制御回路150に対して空になった旨を通知し、処理をステップS16へ進める。また、再送バッファ130が空になっていない場合には、処理をステップS14へ進める。
[Step S14] The selector control circuit 160 controls the selector 120 so that the data stored in the retransmission buffer 130 is transmitted to the network 400.
[Step S15] The selector control circuit 160 detects the amount of data stored in the retransmission buffer 130, and determines whether or not the data in the retransmission buffer 130 has become empty. When the retransmission buffer 130 becomes empty, the transmission buffer control circuit 150 is notified that it has become empty, and the process proceeds to step S16. If the retransmission buffer 130 is not empty, the process proceeds to step S14.

〔ステップS16〕送信バッファ制御回路150は、送信バッファ110に記憶されているデータのデータ量を検出し、送信バッファ制御回路150内にデータがあるか否かを判断する。送信バッファ110にデータがある場合には、処理をステップS17へ進め、送信バッファ110にデータがない場合には、処理をステップS11へ進める。   [Step S16] The transmission buffer control circuit 150 detects the amount of data stored in the transmission buffer 110, and determines whether there is data in the transmission buffer control circuit 150. If there is data in transmission buffer 110, the process proceeds to step S17. If there is no data in transmission buffer 110, the process proceeds to step S11.

〔ステップS17〕送信バッファ制御回路150は、セレクタ制御回路160に対して送信バッファ110に記憶されているデータをネットワーク400へ送出するようにセレクタ120を制御するように指示する。セレクタ制御回路160は、その指示を受けると、送信バッファ110内に記憶されているデータがネットワーク400へ送出されるようにセレクタ120を制御する。   [Step S17] The transmission buffer control circuit 150 instructs the selector control circuit 160 to control the selector 120 to send the data stored in the transmission buffer 110 to the network 400. Upon receiving the instruction, the selector control circuit 160 controls the selector 120 so that the data stored in the transmission buffer 110 is transmitted to the network 400.

このように、ポーズフレームを受け付けたときに、再送バッファ130に記憶されている送信データを再送することにより、もしポーズフレームが出力された原因が受信側のオーバフローであって、オーバフローしたときに受信側が送信データを受信し損ねていた場合、送信元から再送された送信データによって受信し損ねた送信データを補完することが可能となる。   As described above, when the pause frame is received, the transmission data stored in the retransmission buffer 130 is retransmitted, so that the cause of the output of the pause frame is an overflow on the receiving side and is received when the overflow occurs. When the side fails to receive the transmission data, it is possible to supplement the transmission data that was missed by the transmission data retransmitted from the transmission source.

また、ネットワークの規格に存在するポーズフレームによってデータ送受信装置100が単独で送信データが通信相手に受信されなかった可能性があると判断して再送バッファ130に記憶されている送信データをネットワーク400へ送出するようにセレクタ120を制御するので、ネットワーク通信の通信相手が再送処理の機能を有していない可能性がある場合であっても通信相手の機能によらず再送処理を行うことができるので、安価な装置でネットワーク通信の信頼性を向上させることが可能となる。   In addition, the data transmission / reception apparatus 100 determines that there is a possibility that the transmission data is not received by the communication partner by the pause frame existing in the network standard, and the transmission data stored in the retransmission buffer 130 is transmitted to the network 400. Since the selector 120 is controlled to transmit, even if there is a possibility that the communication partner of the network communication does not have the function of the retransmission process, the retransmission process can be performed regardless of the function of the communication partner. Therefore, it is possible to improve the reliability of network communication with an inexpensive device.

また、ハードウェアによって再送処理を行うことにより、高速なネットワークを介して送受信されるデータ通信において、コンピュータの処理負荷を大きくすることなく再送処理を行うことが可能となる。   In addition, by performing retransmission processing by hardware, it is possible to perform retransmission processing without increasing the processing load on the computer in data communication transmitted and received via a high-speed network.

なお、ポーズ検出回路170が中断時間を計時する旨の説明を行ったが、セレクタ制御回路160にポーズフレームを送り、ポーズフレームを受け取ったら停止、ポーズフレーム内に設定されている中断時間を計時して再送バッファ130のデータを送出するようにしてもよい。   Although it has been explained that the pause detection circuit 170 counts the pause time, it sends a pause frame to the selector control circuit 160, stops when the pause frame is received, and counts the pause time set in the pause frame. Thus, the data in the retransmission buffer 130 may be transmitted.

また、ポーズフレームを受信したときに、受信側が送信データを受信し損ねた可能性があると判断する旨の説明を行ったが、受信側が送信データを受信し損ねた可能性を判断する材料は受信側が送信データを受信し損ねた可能性がありさえすればポーズフレームに限らなくてもよい。   In addition, when the pause frame is received, it has been explained that the receiving side may have failed to receive the transmission data, but the material for determining the possibility that the receiving side has failed to receive the transmission data is As long as there is a possibility that the receiving side has failed to receive the transmission data, it is not limited to the pause frame.

本実施の形態に適用される発明の概念図である。It is a conceptual diagram of the invention applied to this Embodiment. 本実施の形態に係るシステム構成例を示す図である。It is a figure which shows the system configuration example which concerns on this Embodiment. データ送受信装置の処理機能を示す図である。It is a figure which shows the processing function of a data transmitter / receiver. データ送受信装置によるデータ送信制御処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the data transmission control process by a data transmitter / receiver.

符号の説明Explanation of symbols

10 データ送信装置
11 第1のバッファ
12 第2のバッファ
13 データ送出回路
14 送出制御回路
20 コンピュータ
30 ネットワーク
DESCRIPTION OF SYMBOLS 10 Data transmitter 11 1st buffer 12 2nd buffer 13 Data transmission circuit 14 Transmission control circuit 20 Computer 30 Network

Claims (5)

ネットワークを介してデータを送信するデータ送信装置であって、
前記ネットワークを介して送信するために生成された送信データを取得し、一時的に記憶する第1のバッファと、
前記第1のバッファから送出された前記送信データを一時的に記憶し、記憶容量が満たされると先に記憶した前記送信データを消去し、新たな前記送信データを記憶する第2のバッファと、
前記第1のバッファに記憶されている前記送信データ、もしくは前記第2のバッファに記憶されている前記送信データを選択的に前記ネットワークへ送出するデータ送出回路と、
前記第1のバッファに前記送信データが記憶されると、前記第1のバッファに記憶された前記送信データを前記ネットワークへ送出するように前記データ送出回路を制御し、前記ネットワーク経由でやり取りされる通信情報を元に前記ネットワークへ送出した前記送信データが受信されなかった可能性を検出すると、前記第2のバッファに記憶されている前記送信データを前記ネットワークへ送出するように前記データ送出回路を制御し、前記第2のバッファに記憶されている前記送信データが全て送出されると、前記第1のバッファに記憶された前記送信データを前記ネットワークへ送出するように前記データ送出回路を制御する送出制御回路と、
を有することを特徴とするデータ送信装置。
A data transmission device that transmits data via a network,
A first buffer for acquiring and temporarily storing transmission data generated for transmission over the network;
A second buffer for temporarily storing the transmission data transmitted from the first buffer, erasing the previously stored transmission data when a storage capacity is satisfied, and storing new transmission data;
A data transmission circuit for selectively transmitting the transmission data stored in the first buffer or the transmission data stored in the second buffer to the network;
When the transmission data is stored in the first buffer, the data transmission circuit is controlled to transmit the transmission data stored in the first buffer to the network, and exchanged via the network When detecting the possibility that the transmission data transmitted to the network based on communication information has not been received, the data transmission circuit is configured to transmit the transmission data stored in the second buffer to the network. And when the transmission data stored in the second buffer is all transmitted, the data transmission circuit is controlled so that the transmission data stored in the first buffer is transmitted to the network. A delivery control circuit;
A data transmission device comprising:
前記判断信号は、前記送信データの前記ネットワークへの送出停止を指示する指示信号であり、
前記送出制御回路は、前記指示信号を受信すると、前記送信データの前記ネットワークへの送出を停止するように前記データ送出回路を制御することを特徴とする請求項1記載のデータ送信装置。
The determination signal is an instruction signal instructing stop of transmission of the transmission data to the network,
The data transmission apparatus according to claim 1, wherein the transmission control circuit controls the data transmission circuit to stop transmission of the transmission data to the network when the instruction signal is received.
前記データ送出回路は、前記指示信号に設定されている送出停止時間が経過した後に、前記第2のバッファに記憶されている前記送信データを前記ネットワークへ送出することを特徴とする請求項2記載のデータ送信装置。   The data transmission circuit transmits the transmission data stored in the second buffer to the network after a transmission stop time set in the instruction signal has elapsed. Data transmission device. 前記ネットワークを介して送信するために生成された送信データを取得し、一時的に記憶する第1のバッファと、前記第1のバッファから送出された前記送信データを一時的に記憶し、記憶容量が満たされると先に記憶した前記送信データを消去し、新たな前記送信データを記憶する第2のバッファとにアクセス可能なデータ送信装置におけるデータ送信方法であって、
前記データ送信装置は、
前記第1のバッファに前記ネットワークを介して送信するために生成された送信データを取得し、一時的に記憶する第1のバッファリングステップと、
前記第2のバッファに対し、前記第1のバッファから送出された前記送信データを一時的に記憶し、記憶容量が満たされると先に記憶した前記送信データを消去し、新たな前記送信データを記憶する第2のバッファリングステップと、
前記第1のバッファリングステップにより、前記第1のバッファに前記送信データが記憶されると、前記第1のバッファに記憶された前記送信データを前記ネットワークへ送出するとともに、前記ネットワーク経由でやり取りされる通信情報を元に前記ネットワークへ送出した前記送信データが受信されなかった可能性を検出すると、前記第2のバッファに記憶されている前記送信データを前記ネットワークへ送出し、前記第2のバッファに記憶されている前記送信データが全て送出されると、前記第1のバッファに記憶された前記送信データを前記ネットワークへ送出する送出ステップと、
を実行することを特徴とするデータ送信方法。
A first buffer for acquiring and temporarily storing transmission data generated for transmission via the network; and temporarily storing the transmission data sent from the first buffer; Is satisfied, a data transmission method in a data transmission device capable of erasing the previously stored transmission data and accessing a second buffer for storing new transmission data,
The data transmission device includes:
A first buffering step of acquiring and temporarily storing transmission data generated for transmission to the first buffer via the network;
The transmission data transmitted from the first buffer is temporarily stored in the second buffer. When the storage capacity is satisfied, the previously stored transmission data is deleted, and new transmission data is stored. A second buffering step to store;
When the transmission data is stored in the first buffer by the first buffering step, the transmission data stored in the first buffer is transmitted to the network and exchanged via the network. The transmission data stored in the second buffer is transmitted to the network when the possibility that the transmission data transmitted to the network has not been received based on the communication information is transmitted to the network, and the second buffer A transmission step of transmitting the transmission data stored in the first buffer to the network when all the transmission data stored in the network is transmitted;
The data transmission method characterized by performing.
前記ネットワークを介して送信するために生成された送信データを取得し、一時的に記憶する第1のバッファと、前記第1のバッファから送出された前記送信データを一時的に記憶し、記憶容量が満たされると先に記憶した前記送信データを消去し、新たな前記送信データを記憶する第2のバッファとにアクセス可能なデータ送信装置に、
前記第1のバッファに前記ネットワークを介して送信するために生成された送信データを取得し、一時的に記憶する第1のバッファリングステップと、
前記第2のバッファに対し、前記第1のバッファから送出された前記送信データを一時的に記憶し、記憶容量が満たされると先に記憶した前記送信データを消去し、新たな前記送信データを記憶する第2のバッファリングステップと、
前記第1のバッファリングステップにより、前記第1のバッファに前記送信データが記憶されると、前記第1のバッファに記憶された前記送信データを前記ネットワークへ送出するとともに、前記ネットワーク経由でやり取りされる通信情報を元に前記ネットワークへ送出した前記送信データが受信されなかった可能性を検出すると、前記第2のバッファに記憶されている前記送信データを前記ネットワークへ送出し、前記第2のバッファに記憶されている前記送信データが全て送出されると、前記第1のバッファに記憶された前記送信データを前記ネットワークへ送出する送出ステップと、
を実行させることを特徴とするデータ送信プログラム。
A first buffer for acquiring and temporarily storing transmission data generated for transmission via the network; and temporarily storing the transmission data sent from the first buffer; Is satisfied, the transmission data stored previously is erased, and a data transmission device that can access the second buffer storing the new transmission data,
A first buffering step of acquiring and temporarily storing transmission data generated for transmission to the first buffer via the network;
The transmission data transmitted from the first buffer is temporarily stored in the second buffer. When the storage capacity is satisfied, the previously stored transmission data is deleted, and new transmission data is stored. A second buffering step to store;
When the transmission data is stored in the first buffer by the first buffering step, the transmission data stored in the first buffer is transmitted to the network and exchanged via the network. The transmission data stored in the second buffer is transmitted to the network when the possibility that the transmission data transmitted to the network has not been received based on the communication information is transmitted to the network, and the second buffer A transmission step of transmitting the transmission data stored in the first buffer to the network when all the transmission data stored in the network is transmitted;
A data transmission program characterized in that
JP2006092042A 2006-03-29 2006-03-29 Data transmission device, data transmission method, and data transmission program Pending JP2007267249A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006092042A JP2007267249A (en) 2006-03-29 2006-03-29 Data transmission device, data transmission method, and data transmission program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006092042A JP2007267249A (en) 2006-03-29 2006-03-29 Data transmission device, data transmission method, and data transmission program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2011181404A Division JP2012016042A (en) 2011-08-23 2011-08-23 Data transmission device

Publications (1)

Publication Number Publication Date
JP2007267249A true JP2007267249A (en) 2007-10-11

Family

ID=38639756

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006092042A Pending JP2007267249A (en) 2006-03-29 2006-03-29 Data transmission device, data transmission method, and data transmission program

Country Status (1)

Country Link
JP (1) JP2007267249A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010122613A1 (en) * 2009-04-24 2010-10-28 パナソニック株式会社 Fifo buffer device
JP2016103698A (en) * 2014-11-27 2016-06-02 株式会社東芝 Device and method for packet transmission

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01114141A (en) * 1987-10-27 1989-05-02 Nec Corp Data transfer system
JPH01208048A (en) * 1988-02-15 1989-08-22 Matsushita Electric Ind Co Ltd Communication control equipment
JPH01292938A (en) * 1988-05-19 1989-11-27 Fujitsu Ltd Data communication control system
JPH04238433A (en) * 1991-01-23 1992-08-26 Meidensha Corp Transmission system for event data
JPH05136827A (en) * 1991-11-14 1993-06-01 Hitachi Ltd Communication processor
JPH06290144A (en) * 1993-04-01 1994-10-18 Oki Data Syst:Kk Receiving buffer controller
JPH1041954A (en) * 1996-07-24 1998-02-13 Nec Corp Data transmitter-receiver and data communication system using it
JP2000151623A (en) * 1998-11-05 2000-05-30 Oki Electric Ind Co Ltd Packet communication system
JP2004072161A (en) * 2002-08-01 2004-03-04 Kddi Corp Network compatible with priority communication, and priority communication management server for the same
JP2004128786A (en) * 2002-10-01 2004-04-22 Fujitsu Ltd Packet retransmission controlling apparatus
JP2004297442A (en) * 2003-03-27 2004-10-21 Nec Corp System and method for transmitting and re-transmitting data

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01114141A (en) * 1987-10-27 1989-05-02 Nec Corp Data transfer system
JPH01208048A (en) * 1988-02-15 1989-08-22 Matsushita Electric Ind Co Ltd Communication control equipment
JPH01292938A (en) * 1988-05-19 1989-11-27 Fujitsu Ltd Data communication control system
JPH04238433A (en) * 1991-01-23 1992-08-26 Meidensha Corp Transmission system for event data
JPH05136827A (en) * 1991-11-14 1993-06-01 Hitachi Ltd Communication processor
JPH06290144A (en) * 1993-04-01 1994-10-18 Oki Data Syst:Kk Receiving buffer controller
JPH1041954A (en) * 1996-07-24 1998-02-13 Nec Corp Data transmitter-receiver and data communication system using it
JP2000151623A (en) * 1998-11-05 2000-05-30 Oki Electric Ind Co Ltd Packet communication system
JP2004072161A (en) * 2002-08-01 2004-03-04 Kddi Corp Network compatible with priority communication, and priority communication management server for the same
JP2004128786A (en) * 2002-10-01 2004-04-22 Fujitsu Ltd Packet retransmission controlling apparatus
JP2004297442A (en) * 2003-03-27 2004-10-21 Nec Corp System and method for transmitting and re-transmitting data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010122613A1 (en) * 2009-04-24 2010-10-28 パナソニック株式会社 Fifo buffer device
JP2016103698A (en) * 2014-11-27 2016-06-02 株式会社東芝 Device and method for packet transmission

Similar Documents

Publication Publication Date Title
US7174450B2 (en) Network interface sharing methods and apparatuses that support kernel mode data traffic and user mode data traffic
EP1768296A2 (en) Method and apparatus for transmitting signaling data messages in a wireless communications system
JP5696854B2 (en) Packet retransmission control apparatus and packet retransmission control method
WO2009021417A1 (en) A method, system and device for transmitting and receiving the network data
KR102141389B1 (en) Method and apparatus for sending radio link control status report for sending in a communication system based on a multi-radio access technologies
EP2982069A1 (en) Delivery of protocol data units
KR20060113566A (en) Method and apparatus for polling transmission status in a wireless communication system
KR20130009863A (en) Interruption, at least in part, of frame transmission
CN112437474A (en) Information transmission method and information transmission device
JP6800375B2 (en) Communication device, communication method and communication program
CN101605128A (en) The method that the LINUX master-slave equipment communicates by Ethernet interface
JP2007235976A (en) Data communication apparatus
JP2007267249A (en) Data transmission device, data transmission method, and data transmission program
KR20030030892A (en) System for transmitting sequences of packets between a server and a mobile terminal
JPWO2006090461A1 (en) Information processing apparatus and line opening program for information processing apparatus
JP2012016042A (en) Data transmission device
JP2004241872A (en) Information communication method and repeating device
JP2008199431A (en) Communication device
Huang et al. Design and implementation of video streaming hot-plug between wired and wireless networks using SCTP
JP5177860B2 (en) COMMUNICATION MODULE, COMMUNICATION DEVICE, COMMUNICATION METHOD, AND PROGRAM
CN114710446A (en) Data transmission method and device, electronic equipment and storage medium
JP2015154320A (en) Portable terminal and communication control method thereof
GB2447469A (en) Handling TCP transmissions by determination of a sending or receiving nodes congestion avoidance capabilities
JP2008022370A (en) Retransmission control method, retransmission control device, and communication device
KR20170000232A (en) Terminal device and control method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080806

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101029

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101130

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110127

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110524