JP4938134B2 - Method and apparatus for communicating between multiple connection interfaces - Google Patents

Method and apparatus for communicating between multiple connection interfaces Download PDF

Info

Publication number
JP4938134B2
JP4938134B2 JP2010538856A JP2010538856A JP4938134B2 JP 4938134 B2 JP4938134 B2 JP 4938134B2 JP 2010538856 A JP2010538856 A JP 2010538856A JP 2010538856 A JP2010538856 A JP 2010538856A JP 4938134 B2 JP4938134 B2 JP 4938134B2
Authority
JP
Japan
Prior art keywords
buffer memory
list
rxs
socket
data stream
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.)
Expired - Fee Related
Application number
JP2010538856A
Other languages
Japanese (ja)
Other versions
JP2011509004A (en
Inventor
ラザール,マリウス
フロマン,トマ
Original Assignee
アルカテル−ルーセント
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 アルカテル−ルーセント filed Critical アルカテル−ルーセント
Publication of JP2011509004A publication Critical patent/JP2011509004A/en
Application granted granted Critical
Publication of JP4938134B2 publication Critical patent/JP4938134B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/38Information transfer, e.g. on bus
    • G06F13/382Information transfer, e.g. on bus using universal interface adapter
    • G06F13/385Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices

Abstract

The device has connection interfaces (SC1-SC3) each including a reception list (Rx) for identifying buffers containing received data stream. The interface (SC3) has an additional reception list (RxS) for identifying the buffers containing the data stream received by the interfaces participating in a messaging process. The buffers include an additional preceding-pointer indicating one of the buffers, which precedes a current buffer in the list (RxS), and an additional succeeding-pointer indicating the buffer after the current buffer in the list (RxS). An independent claim is also included for a method for carrying out communication between connection interfaces in a communication network.

Description

本発明は通信ネットワーク内の複数のソケット間の通信に関する。   The present invention relates to communication between a plurality of sockets in a communication network.

本発明は、TCP(「伝送制御プロトコル」)などのプロトコル、またはそれらの同等物を使用して作動するインターネット通信ネットワークを介して複数のソースからメッセージまたはデータを受信する、どのような処理にも適用できる。   The present invention provides for any process that receives messages or data from multiple sources over an Internet communication network that operates using a protocol such as TCP ("Transmission Control Protocol"), or the like. Applicable.

一般にソケットは、受信データストリームを含むバッファメモリを列記する受信リストと、送信されるべきデータストリームを含むバッファメモリを列記する送信リストとを備える。   In general, a socket comprises a reception list that lists a buffer memory that includes a received data stream and a transmission list that lists a buffer memory that includes a data stream to be transmitted.

受信リストおよび送信リストは、それらを構成するバッファメモリが、それぞれ対応するリスト内の現在のバッファメモリに先行するバッファメモリを示す「前の」ポインタと、対応するリスト内の現在のバッファメモリに続くバッファメモリを示す第2の「次の」ポインタとを含む構造を保有する点で、「二重にリンクしている」と考えられる。   The receive list and the send list follow the "previous" pointer that points to the buffer memory that precedes the current buffer memory in the corresponding list and the current buffer memory in the corresponding list, respectively. It is considered “double linked” in that it has a structure that includes a second “next” pointer that points to the buffer memory.

ソケットが1つしかない場合、処理はメッセージまたはデータが前記ソケットの受信リストに到着するのを待つ間にそれらを受信できる。   If there is only one socket, the process can receive them while waiting for messages or data to arrive on the socket's receive list.

複数のソケットがある場合、読まれる予定の受信メッセージを有するソケットを見つけるために、まず受信リストの循環分析を実行する必要がある。   If there are multiple sockets, it is necessary to first perform a circular analysis of the receive list to find the socket with the received message that is to be read.

この分析を実装するために、複数の知られている解決策、特に「select」、「poll」、「kqueue」、および「epoll」として知られている解決策が提案された。   In order to implement this analysis, several known solutions have been proposed, in particular the solutions known as “select”, “pol”, “kqueue” and “epol”.

これらの知られている解決策は比較的十分なものではあるが、メッセージが到着する順序を考慮せず、またさらなるタスクを含む。   Although these known solutions are relatively sufficient, they do not take into account the order in which messages arrive, and involve additional tasks.

その結果、ネットワーク性能が著しく劣化し、この劣化が大きくなるにつれて、それだけ読まれる必要のあるソケットが多くなり、たとえば1000ソケット以上になる。   As a result, network performance is significantly degraded, and as this degradation grows, more sockets need to be read, for example 1000 sockets or more.

本発明はこの欠点を緩和する。   The present invention alleviates this drawback.

本発明は通信ネットワーク内の複数のソケット間で通信するための通信装置に関し、それぞれのソケットは受信データストリームを含むバッファメモリを列記する受信リストを備え、前記バッファメモリはそれぞれ対応する受信リスト内の現在のバッファメモリに先行するバッファメモリを示す「前の」ポインタと、対応する受信リスト内の現在のバッファメモリに続くバッファメモリを示す第2の「次の」ポインタとを備える構造を有する。   The present invention relates to a communication device for communicating between a plurality of sockets in a communication network, each socket comprising a receive list listing a buffer memory containing a received data stream, each said buffer memory being in a corresponding receive list. It has a structure comprising a “previous” pointer that points to the buffer memory that precedes the current buffer memory and a second “next” pointer that points to the buffer memory that follows the current buffer memory in the corresponding receive list.

本発明の一般的な一定義によれば、ソケットのうちの1つは、選択された処理に関連付けられるそれぞれのソケットによって受信されたデータストリームを受信できるように指定され、そのようにして指定された前記ソケットは、選択された処理に関与する全てのソケットによって受信されたデータストリームを含むバッファメモリを列記するさらなる受信リストをさらに備え、それぞれのソケットのバッファメモリは両方の受信リストに同時に属し、それぞれのバッファメモリはさらなる受信リスト内の現在のバッファメモリに先行するバッファメモリを示すさらなる「前の」ポインタと、さらなる受信リスト内の現在のバッファメモリに続くバッファメモリを示すさらなる「次の」ポインタとをさらに備える。   According to one general definition of the invention, one of the sockets is designated to receive the data stream received by the respective socket associated with the selected process and is designated as such. The socket further comprises a further receive list listing a buffer memory containing data streams received by all sockets involved in the selected process, wherein the buffer memory of each socket belongs to both receive lists simultaneously; Each buffer memory has an additional “previous” pointer that points to the buffer memory that precedes the current buffer memory in the further receive list, and an additional “next” pointer that points to the buffer memory that follows the current buffer memory in the further receive list. And further comprising.

このようにして、本発明の装置は、それによって指定されたソケットが、前記処理に関与する全てのソケットによって受信されたデータストリームにアクセスできるように、および前記受信データストリームが到着した順序でアクセスできるようにする。   In this way, the device of the invention accesses the specified socket so that it can access the data streams received by all sockets involved in the processing and in the order in which the received data streams arrive. It can be so.

その結果、従来の構造よりも優れたネットワーク性能がもたらされる。   The result is better network performance than conventional structures.

本発明の他の目的は、本発明の装置によって実装された通信方法である。   Another object of the present invention is a communication method implemented by the apparatus of the present invention.

本発明の他の特徴および諸利点は、以下の詳細な説明および図面によって明らかになるであろう。   Other features and advantages of the present invention will become apparent from the following detailed description and drawings.

本発明による指定されたソケットを備えた通信装置を概略的に示す図である。1 schematically shows a communication device with a designated socket according to the invention. 本発明によるバッファメモリ構造を概略的に示す図である。FIG. 3 schematically illustrates a buffer memory structure according to the present invention.

図1に、TCP/IPメッセージング処理が示されている。   FIG. 1 shows a TCP / IP messaging process.

このような処理は、TCPプロトコルを使用して作動する通信ネットワークを介して複数のソースからメッセージを受信する。   Such processing receives messages from multiple sources via a communications network that operates using the TCP protocol.

ソケットSCはそれぞれのソースに関連付けられ、それぞれSC1、SC2、およびSC3と表される。   Socket SC is associated with each source and is denoted SC1, SC2, and SC3, respectively.

それぞれのソケットSCは、受信データストリームを含むバッファメモリSKBを列記する受信リストRXを備える。   Each socket SC comprises a reception list RX listing the buffer memory SKB containing the reception data stream.

それぞれのソケットは、送信されるべきデータストリームを含むバッファメモリを列記する送信リスト(図示せず)をさらに備える。   Each socket further comprises a transmission list (not shown) that lists a buffer memory containing the data stream to be transmitted.

図2では、受信リストRXの構造は、それぞれのバッファメモリSKBが、対応するリスト内の現在のバッファメモリに先行するバッファメモリSKBを示す「前の」ポインタPPと、対応するリスト内の現在のバッファメモリに続くバッファメモリを示す第2の「次の」ポインタとを備えるような構造である。   In FIG. 2, the structure of the receive list RX is such that each buffer memory SKB has a “previous” pointer PP indicating the buffer memory SKB preceding the current buffer memory in the corresponding list, and the current in the corresponding list. And a second “next” pointer indicating a buffer memory following the buffer memory.

バッファメモリは、選択されたソケットのために相互にリンクされている。   The buffer memories are linked together for the selected socket.

それぞれのバッファメモリSKBは、データパケットが送信される、またはそこからデータパケットが受信される装置NDの構造を識別する。   Each buffer memory SKB identifies the structure of the device ND from which data packets are transmitted or from which data packets are received.

バッファメモリSKBはそれぞれのパケットに関連付けられる。パケットのヘッダはポインタのセットTH、IPH、およびMACによって正確に位置付けられる。   A buffer memory SKB is associated with each packet. The packet header is precisely located by the set of pointers TH, IPH and MAC.

バッファメモリは所与のソケットのためにリンクされており、プロトコルヘッダへのリンク、およびパケットに関連付けられる装置などの情報を含む。   The buffer memory is linked for a given socket and contains information such as the link to the protocol header and the device associated with the packet.

再び図1を参照する。   Refer to FIG. 1 again.

ソケットSC3は、メッセージング処理などの選択された処理に関連付けられるそれぞれのソケットSC1、SC2、およびSC3から受信されたデータストリームをさらに受信するように指定される。   Socket SC3 is designated to further receive data streams received from respective sockets SC1, SC2, and SC3 associated with a selected process, such as a messaging process.

ソケットSC3は、前記処理に関与するソケットのセットによって受信されたデータストリームを含むバッファメモリSKBを列記するさらなる受信リストRXSを備える。   The socket SC3 comprises a further receive list RXS listing the buffer memory SKB containing the data stream received by the set of sockets involved in the process.

再び図2を参照する。   Refer to FIG. 2 again.

それぞれのソケットSC1、SC2、SC3のバッファメモリSKBは、両方の受信リストRXとRXSに同時に属する。   The buffer memories SKB of the respective sockets SC1, SC2, SC3 belong simultaneously to both reception lists RX and RXS.

バッファメモリSKBは、それぞれさらなる受信リストRXS内の現在のバッファメモリに先行するバッファメモリを示すさらなる「前の」ポインタPPSと、さらなる受信リストRXS内の現在のバッファメモリに続くバッファメモリを示すさらなる「次の」ポインタPPSとをさらに備える。   The buffer memory SKB each has a further “previous” pointer PPS indicating the buffer memory preceding the current buffer memory in the further reception list RXS and a further “point” indicating the buffer memory following the current buffer memory in the further reception list RXS. And a “next” pointer PPS.

それによって指定されたソケットSC3内で、前記処理に関与するソケットのセットによって受信されたデータストリームに、前記受信データストリームが到着した順序でアクセスできる。   In the designated socket SC3, the data stream received by the set of sockets involved in the processing can be accessed in the order in which the received data stream arrives.

これは、さらなる受信リストRXSが、このデータが様々なソケットに到着した順序で受信データストリームを位置付けることができるようにするポインタ情報を含むからである。   This is because the further receive list RXS contains pointer information that allows the received data stream to be positioned in the order in which this data arrived at the various sockets.

たとえば、図1では、受信データストリームは以下の順序で到着する:
Skb3.1
Skb2.1
Skb1.1
Skb3.2
Skb1.2
Skb1.3
さらなる受信リストRXSを使用してこの順序でデータストリームにアクセスできるのに対して、さらなる受信リストがない場合、アクセスはソケットのランクに基づき、すなわちまずソケットSC1、次いでソケットSC2、そしてSC3となる。このような場合、データストリームが処理される順序は以下のようになる:
Skb1.1
Skb1.2
Skb1.3
Skb2.1
Skb3.1
Skb3.2
For example, in FIG. 1, the received data stream arrives in the following order:
Skb3.1
Skb2.1
Skb1.1
Skb3.2
Skb1.2
Skb1.3
If the further receive list RXS can be used to access the data stream in this order, but there is no further receive list, the access is based on the rank of the socket, ie first socket SC1, then socket SC2, and SC3. In such a case, the order in which the data streams are processed is as follows:
Skb1.1
Skb1.2
Skb1.3
Skb2.1
Skb3.1
Skb3.2

Claims (2)

通信ネットワーク内の複数のソケット(SC1、SC2、SC3)間で通信するための通信装置であって、それぞれのソケット(SC1、SC2、SC3)が受信データストリームを含むバッファメモリ(SKB)を列記する受信リスト(RX)を備え、前記受信リスト(RX)が、それぞれのバッファメモリ(SKB)が対応する受信リスト内の現在のバッファメモリに先行するバッファメモリを示す「前の」ポインタ(PP)と、対応する受信リスト内の現在のバッファメモリに続くバッファメモリを示す第2の「次の」ポインタとを備える構造を有する、通信装置において、
ソケット(SC)のうちの1つ(SC3)が、選択された処理に関連付けられるそれぞれのソケットによって受信されたデータストリームを受信できるように指定され、
そのようにして指定された前記ソケット(SC3)が、選択された処理に関与する全てのソケットによって受信されたデータストリームを含むバッファメモリを列記するさらなる受信リスト(RXS)をさらに備え、
それぞれのソケット(SC1、SC2、SC3)のバッファメモリ(SKB)が両方の受信リスト(RX、RXS)に同時に属し、それぞれのバッファメモリがさらなる受信リスト(RXS)内の現在のバッファメモリに先行するバッファメモリを示すさらなる「前の」ポインタ(PPS)と、さらなる受信リスト(RXS)内の現在のバッファメモリに続くバッファメモリを示すさらなる「次の」ポインタ(PSS)とをさらに備え、
前記処理に関与するソケットのセットによって受信されたデータストリームに前記受信データストリームが到着した順序でアクセスできるようにすることを特徴とする、通信装置。
A communication device for communicating between a plurality of sockets (SC1, SC2, SC3) in a communication network, and each socket (SC1, SC2, SC3) lists a buffer memory (SKB) including a received data stream. A "previous" pointer (PP) indicating a buffer memory preceding the current buffer memory in the reception list to which each buffer memory (SKB) corresponds, the reception list (RX) comprising a reception list (RX); A communication device having a structure comprising a second “next” pointer indicating a buffer memory following the current buffer memory in the corresponding receive list;
One of the sockets (SC) (SC3) is designated to receive the data stream received by the respective socket associated with the selected process;
The socket (SC3) so designated further comprises a further receive list (RXS) listing a buffer memory containing data streams received by all sockets involved in the selected process;
The buffer memory (SKB) of each socket (SC1, SC2, SC3) belongs to both receive lists (RX, RXS) simultaneously, and each buffer memory precedes the current buffer memory in the further receive list (RXS). A further “previous” pointer (PPS) indicating buffer memory and a further “next” pointer (PSS) indicating buffer memory following the current buffer memory in the further receive list (RXS);
A communication apparatus, characterized in that a data stream received by a set of sockets involved in the processing can be accessed in the order in which the received data stream arrives.
通信ネットワーク内の複数のソケット(SC1、SC2、SC3)間で通信するための通信方法であって、それぞれのソケット(SC1、SC2、SC3)が受信データストリームを含むバッファメモリ(SKB)を列記する受信リスト(RX)を備え、前記受信リスト(RX)が、それぞれのバッファメモリ(SKB)が対応する受信リスト内の現在のバッファメモリに先行するバッファメモリを示す「前の」ポインタ(PP)と、対応する受信リスト内の現在のバッファメモリに続くバッファメモリを示す第2の「次の」ポインタとを備える構造を有する、通信方法において、
ソケット(SC)のうちの1つ(SC3)が、選択された処理に関連付けられるそれぞれのソケットによって受信されたデータストリームを受信できるように指定され、
そのようにして指定された前記ソケット(SC3)が、選択された処理に関与する全てのソケットによって受信されたデータストリームを含むバッファメモリを列記するさらなる受信リスト(RXS)をさらに備え、
それぞれのソケット(SC1、SC2、SC3)のバッファメモリ(SKB)が両方の受信リスト(RX、RXS)に同時に属し、それぞれのバッファメモリがさらなる受信リスト(RXS)内の現在のバッファメモリに先行するバッファメモリを示すさらなる「前の」ポインタ(PPS)と、さらなる受信リスト(RXS)内の現在のバッファメモリに続くバッファメモリを示すさらなる「次の」ポインタ(PSS)とをさらに備え、
前記処理に関与するソケットのセットによって受信されたデータストリームに前記受信データストリームが到着した順序でアクセスできるようにすることを特徴とする、通信方法。
A communication method for communicating between a plurality of sockets (SC1, SC2, SC3) in a communication network, wherein each socket (SC1, SC2, SC3) lists a buffer memory (SKB) including a received data stream. A "previous" pointer (PP) indicating a buffer memory preceding the current buffer memory in the reception list to which each buffer memory (SKB) corresponds, the reception list (RX) comprising a reception list (RX); A communication method having a structure comprising a second “next” pointer indicating a buffer memory following a current buffer memory in a corresponding receive list;
One of the sockets (SC) (SC3) is designated to receive the data stream received by the respective socket associated with the selected process;
The socket (SC3) so designated further comprises a further receive list (RXS) listing a buffer memory containing data streams received by all sockets involved in the selected process;
The buffer memory (SKB) of each socket (SC1, SC2, SC3) belongs to both receive lists (RX, RXS) simultaneously, and each buffer memory precedes the current buffer memory in the further receive list (RXS). A further “previous” pointer (PPS) indicating buffer memory and a further “next” pointer (PSS) indicating buffer memory following the current buffer memory in the further receive list (RXS);
A communication method, characterized in that a data stream received by a set of sockets involved in the processing can be accessed in the order in which the received data stream arrives.
JP2010538856A 2007-12-18 2008-12-11 Method and apparatus for communicating between multiple connection interfaces Expired - Fee Related JP4938134B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
FR0759931 2007-12-18
FR0759931A FR2925190B1 (en) 2007-12-18 2007-12-18 METHOD AND DEVICE FOR COMMUNICATION BETWEEN MULTIPLE CONNECTION INTERFACES
PCT/FR2008/052278 WO2009080997A1 (en) 2007-12-18 2008-12-11 Method and device for communicating between several connection interfaces

Publications (2)

Publication Number Publication Date
JP2011509004A JP2011509004A (en) 2011-03-17
JP4938134B2 true JP4938134B2 (en) 2012-05-23

Family

ID=39577259

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010538856A Expired - Fee Related JP4938134B2 (en) 2007-12-18 2008-12-11 Method and apparatus for communicating between multiple connection interfaces

Country Status (8)

Country Link
US (1) US7852858B2 (en)
EP (1) EP2073127B1 (en)
JP (1) JP4938134B2 (en)
KR (1) KR101428138B1 (en)
CN (1) CN101488910B (en)
AT (1) ATE534082T1 (en)
FR (1) FR2925190B1 (en)
WO (1) WO2009080997A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101789959B (en) * 2009-12-30 2013-05-08 北京天融信科技有限公司 SKB reusing method and device in multinuclear system
CN101827026B (en) * 2010-04-01 2012-04-18 东方电子股份有限公司 Method for managing transmission of IEC61850 high layer protocol message
CN102316116B (en) * 2011-09-29 2014-05-21 高新兴科技集团股份有限公司 System for supporting multiple platform network communication processing and method thereof
CN102508783B (en) * 2011-10-18 2014-04-09 深圳市共进电子股份有限公司 Memory recovery method for avoiding data chaos

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5991520A (en) * 1996-02-02 1999-11-23 Sony Corporation Application programming interface for managing and automating data transfer operations between applications over a bus structure
US6073177A (en) * 1997-08-05 2000-06-06 Sterling Software, Inc. Dynamic method for connecting a client to a server application
US7181525B1 (en) * 1996-08-05 2007-02-20 Computer Associates Think, Inc. Dynamic method for connecting a client to a server application
US6343321B2 (en) * 1997-10-27 2002-01-29 Sun Microsystems, Inc. Method and apparatus for network transport independence
US6138186A (en) * 1998-07-20 2000-10-24 Hewlett-Packard Company Burst transfer management system utilizing pointers to ensure that there is enough space in a buffer to receive burst transfers without corrupting data
JP4299928B2 (en) * 1999-08-30 2009-07-22 株式会社東芝 Distributed monitoring control system and method, and recording medium recording distributed monitoring control software
US6609161B1 (en) * 2000-06-01 2003-08-19 Adaptec, Inc. Two-dimensional execution queue for host adapters
US6922727B2 (en) * 2001-06-26 2005-07-26 International Business Machines Corporation Method and system for managing parallel data transfer through multiple sockets to provide scalability to a computer network
US7269661B2 (en) * 2002-02-12 2007-09-11 Bradley Richard Ree Method using receive and transmit protocol aware logic modules for confirming checksum values stored in network packet
US7957409B2 (en) * 2003-01-23 2011-06-07 Cisco Technology, Inc. Methods and devices for transmitting data between storage area networks
US7430623B2 (en) * 2003-02-08 2008-09-30 Hewlett-Packard Development Company, L.P. System and method for buffering data received from a network
US20050010644A1 (en) * 2003-07-07 2005-01-13 Brown Scott T. High performance electronic message delivery engine
CN1860768A (en) * 2003-09-30 2006-11-08 皇家飞利浦电子股份有限公司 Client requested external address mapping
JP4343760B2 (en) * 2004-04-28 2009-10-14 株式会社日立製作所 Network protocol processor
US7533176B2 (en) * 2004-07-14 2009-05-12 International Business Machines Corporation Method for supporting connection establishment in an offload of network protocol processing
US7769905B1 (en) * 2004-08-13 2010-08-03 Oracle America, Inc. Adapting network communication to asynchronous interfaces and methods
US7957379B2 (en) * 2004-10-19 2011-06-07 Nvidia Corporation System and method for processing RX packets in high speed network applications using an RX FIFO buffer
US7751346B2 (en) * 2005-12-01 2010-07-06 Electronics And Telecommunications Research Institute Apparatus for searching TCP and UDP sockets
KR100866204B1 (en) * 2006-04-28 2008-10-30 삼성전자주식회사 Data flow control apparatus and method of mobile terminal for reverse communication from high speed communication device to wireless network
US7911948B2 (en) * 2007-10-17 2011-03-22 Viasat, Inc. Methods and systems for performing TCP throttle

Also Published As

Publication number Publication date
FR2925190B1 (en) 2009-11-20
ATE534082T1 (en) 2011-12-15
JP2011509004A (en) 2011-03-17
EP2073127B1 (en) 2011-11-16
KR20100097705A (en) 2010-09-03
CN101488910B (en) 2012-05-23
CN101488910A (en) 2009-07-22
US7852858B2 (en) 2010-12-14
US20090310611A1 (en) 2009-12-17
EP2073127A1 (en) 2009-06-24
WO2009080997A1 (en) 2009-07-02
FR2925190A1 (en) 2009-06-19
KR101428138B1 (en) 2014-08-07

Similar Documents

Publication Publication Date Title
US10652147B2 (en) Packet coalescing
US7843919B2 (en) Ethernet virtualization using a network packet alteration
US8121148B2 (en) Protocol stack using shared memory
US20150023223A1 (en) Method and Device for Filtering Media Packets
US7298745B2 (en) Method and apparatus to manage packet fragmentation with address translation
US7269661B2 (en) Method using receive and transmit protocol aware logic modules for confirming checksum values stored in network packet
US6760304B2 (en) Apparatus and method for receive transport protocol termination
JP4938134B2 (en) Method and apparatus for communicating between multiple connection interfaces
CN107508828B (en) A kind of very-long-range data interaction system and method
US20030021269A1 (en) Sequence-preserving deep-packet processing in a multiprocessor system
US20080313363A1 (en) Method and Device for Exchanging Data Using a Virtual Fifo Data Structure
JP2007259374A (en) Network transmitter/receiver
EP1355453A1 (en) Device for centralized switching and routing
RU2768799C1 (en) Telecommunication hardware and software complex and method for ensuring seamless integration of communication networks via an ip network (variants)
JP2003348107A (en) Two-way linked network, route selecting method used therefor, and program thereof
JP2004056759A (en) Packet communication device
US20080159332A1 (en) Methods and devices for using variable length subpackets in data transmissions
CN117439994A (en) Connection maintaining method, client device, server, router and communication system
JP2004363681A (en) Packet shaping method, packet shaping apparatus and computer program for implementing the method, and computer program storage medium
Held Windows Networking Tools: The Complete Guide to Management, Troubleshooting, and Security
CN116996444A (en) DPDK-based high-speed network packet processing system and method
JP2013046173A (en) Control apparatus, control method and program
JP2006121593A (en) Server device, data distribution method, and program
JPWO2016103568A1 (en) Packet processing apparatus, method, and program
JP2005278095A (en) Priority control method of data communication and relay

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110802

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120112

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120124

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120222

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150302

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees