CN111740947A - Data packet batch processing method, intelligent terminal and storage medium - Google Patents

Data packet batch processing method, intelligent terminal and storage medium Download PDF

Info

Publication number
CN111740947A
CN111740947A CN202010391865.0A CN202010391865A CN111740947A CN 111740947 A CN111740947 A CN 111740947A CN 202010391865 A CN202010391865 A CN 202010391865A CN 111740947 A CN111740947 A CN 111740947A
Authority
CN
China
Prior art keywords
packet
address
data packet
data
data packets
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
CN202010391865.0A
Other languages
Chinese (zh)
Inventor
向卫东
孟庆晓
吴闽华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Genew Technologies Co Ltd
Original Assignee
Shenzhen Genew Technologies 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 Shenzhen Genew Technologies Co Ltd filed Critical Shenzhen Genew Technologies Co Ltd
Priority to CN202010391865.0A priority Critical patent/CN111740947A/en
Publication of CN111740947A publication Critical patent/CN111740947A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/25Mapping addresses of the same type
    • H04L61/2503Translation of Internet protocol [IP] addresses
    • H04L61/2557Translation policies or rules

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a data packet batch processing method, an intelligent terminal and a storage medium, wherein the method comprises the following steps: reading a group of IP data packets; according to the type of each IP data packet in the group of IP data packets, searching the IP address of a host in the private network corresponding to each IP data packet in a data packet conversion table; and modifying the target IP address of each IP data packet into the IP address of the host in the private network corresponding to each searched IP data packet in a one-to-one correspondence manner. The invention reduces the processing time of each IP data packet by processing a plurality of IP data packets simultaneously, thereby improving the speed of processing the data packets by the program.

Description

Data packet batch processing method, intelligent terminal and storage medium
Technical Field
The invention relates to the technical field of network communication, in particular to a data packet batch processing method, an intelligent terminal and a storage medium.
Background
A network firewall is a special internetworking device used to enforce access control between networks through which all network traffic flowing into and out of a computer passes, scans the network traffic flowing through it, which can filter out attacks to prevent it from being executed on a target computer, closes unused ports, and it can disable outgoing traffic from specific ports, blocking trojans, and finally, it can disable access from special sites, thus preventing all traffic from unknown intruders.
The network firewall is used for isolating the IP packets of two networks (the TCP/IP protocol defines a packet transmitted over the internet), the IP packets crossing the two networks need to be processed by the network firewall to filter the offensive dangerous packets, the networks on both sides of the network firewall often have a public network on one side and a private network on the other side, and the network firewall has both a public IP address and a private IP address.
NAT (Network Address Translation), which is a technique for rewriting a source IP Address and a destination IP Address in an IP packet when the packet passes through a Network firewall. The method is generally used for converting a private network source IP address in a packet sent from a private network to a public network into a public network source IP address (or converting a public network destination IP address in a packet sent from a public network to a private network into a private network destination IP address) so as to realize packet communication between a host in the public network and a host in the private network behind a firewall.
The actual use of network firewalls is complex and varied, and often there are multiple types of IP packets that need to be sent to different hosts in the private network behind the network firewall. Therefore, the network firewall uses a packet translation table to record the IP address of a host in a private network after the IP packet of a certain public network is forwarded to the network firewall, for example:
IP packet type Private network liningIP address of host
Snmp (network management) 192.168.1.2
ftp (File transfer) 192.168.1.3
smtp (email) 192.168.1.4
Packet types that do not appear in the packet translation table are typically discarded. There is a need to increase the speed at which a firewall processes packets, thereby increasing the maximum number of packets forwarded per unit time between the public network and the private network.
In the prior art, only one IP data packet is processed at a time, so that the time for processing all the IP data packets is long, and the speed of processing the data packets by a processing program is not favorable.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
The invention mainly aims to provide a data packet batch processing method, an intelligent terminal and a storage medium, and aims to solve the problems that in the prior art, only one IP data packet is processed at one time, so that the time for processing all the IP data packets is long, and the speed for processing the data packets by a processing program is not favorable.
In order to achieve the above object, the present invention provides a data packet batch processing method, which includes the following steps:
reading a group of IP data packets;
according to the type of each IP data packet in the group of IP data packets, searching the IP address of a host in the private network corresponding to each IP data packet in a data packet conversion table;
and modifying the target IP address of each IP data packet into the IP address of the host in the private network corresponding to each searched IP data packet in a one-to-one correspondence manner.
Optionally, the method for batch processing of data packets, wherein the group of IP data packets includes a predetermined number of IP data packets.
Optionally, in the method for batch processing of data packets, the predetermined number is 128.
Optionally, in the method for batch processing of data packets, the data packet conversion table records a correspondence between different types of IP data packets and IP addresses of hosts in a private network.
Optionally, the method for batch processing of data packets, wherein the modifying one-to-one correspondence of the destination IP address of each IP data packet to the IP address of the host in the private network corresponding to each IP data packet that has been found, further includes:
and sending out the group of IP data packets after the IP address is modified, and continuously processing the next group of IP data packets.
Optionally, in the method for batch processing of data packets, a destination IP address of each IP data packet is a public network destination IP address.
Optionally, the method for batch processing of data packets, wherein the searching for the IP address of the host in the private network corresponding to each IP data packet in the data packet translation table further includes:
and when the IP address of the host in the private network corresponding to the IP data packet is not searched in the data packet conversion table, discarding the current IP data packet.
Optionally, the method for batch processing of data packets includes:
reading 128 IP data packets;
according to the types of 128 IP data packets, searching the IP addresses of the corresponding 128 hosts in the private network in a data packet conversion table;
the destination IP addresses of 128 IP data packets are modified to be IP addresses of 128 private network hosts corresponding to the 128 IP data packets in a one-to-one correspondence manner;
and sending out the 128 modified IP data packets, and continuously processing the next group of IP data packets.
In addition, to achieve the above object, the present invention further provides an intelligent terminal, wherein the intelligent terminal includes: the data package batch processing program comprises a memory, a processor and a data package batch processing program which is stored on the memory and can run on the processor, and the data package batch processing program realizes the steps of the data package batch processing method when being executed by the processor.
In addition, in order to achieve the above object, the present invention further provides a storage medium, wherein the storage medium stores a packet batch processing program, and the packet batch processing program implements the steps of the packet batch processing method when being executed by a processor.
The invention reads a group of IP data packets; according to the type of each IP data packet in the group of IP data packets, searching the IP address of a host in the private network corresponding to each IP data packet in a data packet conversion table; and modifying the target IP address of each IP data packet into the IP address of the host in the private network corresponding to each searched IP data packet in a one-to-one correspondence manner. The invention reduces the processing time of each IP data packet by processing a plurality of IP data packets simultaneously, thereby improving the speed of processing the data packets by the program.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of a method for batch processing of data packets according to the present invention;
fig. 2 is a schematic operating environment diagram of an intelligent terminal according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The execution process of the network firewall program for processing the IP data packet is as follows: reading 1 IP data packet, searching the IP address of the host in the corresponding private network in the data packet conversion table according to the type of the IP data packet, modifying the target IP address (originally, the IP address of the public network) of the IP data packet into the IP address of the host in the private network, then sending out the modified IP data packet, and continuously processing the next data packet according to the process.
The time spent in performing the above steps is mainly: the sum of the time spent on executing each step per se, the network firewall program adopts a modular design, each step corresponds to one functional module of the program, and a certain time is spent when the program changes and executes the instructions of different functional modules.
When each step (functional block) has complicated processing logic, the time taken to execute one step (functional block) is much longer than the time taken to transform execution of another step (functional block), the former being several tens times longer than the latter. The time to transform the execution step (functional block) is often ignored; the above implementation requires 4 transformation steps per packet on average. However, the processing logic of each step (functional module) of the network firewall program processing the data packet is very simple, the time spent on executing one step is only slightly longer than the time spent on executing another step by the transformation, the former only occupies 60% of the time and the latter occupies 40% of the time in the whole time of processing one data packet, so that the reduction of the number of times of executing another step by the transformation is very beneficial to the improvement of the speed of processing the data packet by the program.
Therefore, the invention provides a method for processing data packets in batch, which only processes one data packet in each step and is modified to simultaneously process a plurality of data packets in each step.
As shown in fig. 1, the method for batch processing of data packets according to the preferred embodiment of the present invention includes the following steps:
and step S10, reading a group of IP data packets.
Specifically, the group of IP packets includes a predetermined number of IP packets. The predetermined number is 128.
Theoretically, the more IP packets processed simultaneously in each step, the shorter the average processing time of each IP packet, but generally, the data cache size of the x86 CPU is enough to buffer the data of 128 IP packets, so as to ensure that the data reading and writing of the IP packets are performed in the data cache; once more than 128 IP packets are processed simultaneously, the data cache is not enough to buffer the data of the 128 IP packets, and the data of the IP packets need to be read and written in the memory, so that the average processing speed of each IP packet is reduced, and therefore, the number of the IP packets in a group of IP packets in the present invention is preferably 128.
Step S20, according to the type of each IP data packet in the group of IP data packets, the IP address of the host in the private network corresponding to each IP data packet is searched in the data packet translation table.
Specifically, the packet translation table records a correspondence between different IP packet types and IP addresses of hosts in the private network. For example as shown in the following table:
IP packet type IP address of host in private network
Snmp (network management) 192.168.1.2
ftp (File transfer) 192.168.1.3
smtp (email) 192.168.1.4
The type of each IP data packet corresponds to the IP address of a host in a private network.
Further, when the IP address of the host in the private network corresponding to the IP packet is not searched in the packet translation table, the current IP packet is discarded.
And step S30, modifying the one-to-one correspondence of the destination IP address of each IP data packet into the IP address of the found host in the private network corresponding to each IP data packet.
Specifically, after the IP address of the host in the private network corresponding to each IP data packet is searched in the packet translation table, the destination IP address (originally the destination IP address of the public network) of each IP data packet is modified to the found IP address of the host in the private network corresponding to each IP data packet one-to-one
Further, after the target IP address of each IP data packet is modified to the IP address of the found host in the private network corresponding to each IP data packet in a one-to-one correspondence manner, sending out a group of IP data packets with the modified IP addresses, and continuously processing the next group of IP data packets. And the destination IP address of each IP data packet is a public network destination IP address.
For example, read 128 IP packets; according to the types of 128 IP data packets, searching the IP addresses of the corresponding 128 hosts in the private network in a data packet conversion table; the destination IP addresses of 128 IP data packets are modified to be IP addresses of 128 private network hosts corresponding to the 128 IP data packets in a one-to-one correspondence manner; and sending out the 128 modified IP data packets, and continuously processing the next group of IP data packets.
According to the method for processing the data packets in batch, each step is only used for processing one IP data packet, the method is modified to be that each step is used for simultaneously processing 128 IP data packets, each IP data packet only needs 4/128-0.03125 conversion steps on average, the processing time of each IP data packet is reduced by about 40% on average, and the method is very favorable for improving the speed of processing the data packets by a program.
Further, as shown in fig. 2, based on the above data packet batch processing method, the present invention also provides an intelligent terminal, which includes a processor 10, a memory 20, and a display 30. Fig. 2 shows only some of the components of the smart terminal, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
The memory 20 may be an internal storage unit of the intelligent terminal in some embodiments, such as a hard disk or a memory of the intelligent terminal. The memory 20 may also be an external storage device of the Smart terminal in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the Smart terminal. Further, the memory 20 may also include both an internal storage unit and an external storage device of the smart terminal. The memory 20 is used for storing application software installed in the intelligent terminal and various data, such as program codes of the installed intelligent terminal. The memory 20 may also be used to temporarily store data that has been output or is to be output. In one embodiment, the memory 20 stores a packet batching program 40, and the packet batching program 40 can be executed by the processor 10, so as to implement the packet batching method in the present application.
The processor 10 may be, in some embodiments, a Central Processing Unit (CPU), a microprocessor or other packet batching chip, and is configured to run program code stored in the memory 20 or process data, such as executing the packet batching method, and the like.
The display 30 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like in some embodiments. The display 30 is used for displaying information at the intelligent terminal and for displaying a visual user interface. The components 10-30 of the intelligent terminal communicate with each other via a system bus.
In one embodiment, when the processor 10 executes the packet batching program 40 in the memory 20, the following steps are implemented:
reading a group of IP data packets;
according to the type of each IP data packet in the group of IP data packets, searching the IP address of a host in the private network corresponding to each IP data packet in a data packet conversion table;
and modifying the target IP address of each IP data packet into the IP address of the host in the private network corresponding to each searched IP data packet in a one-to-one correspondence manner.
Wherein, the group of IP data packets comprises a predetermined number of IP data packets.
Wherein the predetermined number is 128.
The data packet conversion table records the corresponding relation between different IP data packet types and the IP address of the host in the private network.
Wherein, the one-to-one correspondence of the destination IP address of each IP data packet is modified to the IP address of the host in the private network corresponding to each IP data packet found by the check, and then the method further comprises:
and sending out the group of IP data packets after the IP address is modified, and continuously processing the next group of IP data packets.
And the destination IP address of each IP data packet is a public network destination IP address.
Wherein, the searching the IP address of the host in the private network corresponding to each IP data packet in the data packet conversion table further comprises:
and when the IP address of the host in the private network corresponding to the IP data packet is not searched in the data packet conversion table, discarding the current IP data packet.
The data packet batch processing method specifically comprises the following steps:
reading 128 IP data packets;
according to the types of 128 IP data packets, searching the IP addresses of the corresponding 128 hosts in the private network in a data packet conversion table;
the destination IP addresses of 128 IP data packets are modified to be IP addresses of 128 private network hosts corresponding to the 128 IP data packets in a one-to-one correspondence manner;
and sending out the 128 modified IP data packets, and continuously processing the next group of IP data packets.
The invention also provides a storage medium, wherein the storage medium stores a data packet batch processing program, and the data packet batch processing program realizes the steps of the data packet batch processing method when being executed by a processor.
In summary, the present invention provides a data packet batch processing method, an intelligent terminal and a storage medium, where the method includes: reading a group of IP data packets; according to the type of each IP data packet in the group of IP data packets, searching the IP address of a host in the private network corresponding to each IP data packet in a data packet conversion table; and modifying the target IP address of each IP data packet into the IP address of the host in the private network corresponding to each searched IP data packet in a one-to-one correspondence manner. The invention reduces the processing time of each IP data packet by processing a plurality of IP data packets simultaneously, thereby improving the speed of processing the data packets by the program.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program instructing relevant hardware (such as a processor, a controller, etc.), and the program may be stored in a computer readable storage medium, and when executed, the program may include the processes of the above method embodiments. The storage medium may be a memory, a magnetic disk, an optical disk, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. The batch processing method of the data packets is characterized by comprising the following steps:
reading a group of IP data packets;
according to the type of each IP data packet in the group of IP data packets, searching the IP address of a host in the private network corresponding to each IP data packet in a data packet conversion table;
and modifying the target IP address of each IP data packet into the IP address of the host in the private network corresponding to each searched IP data packet in a one-to-one correspondence manner.
2. The method of claim 1, wherein the set of IP packets includes a predetermined number of IP packets.
3. The method of claim 2, wherein the predetermined number is 128.
4. The method according to claim 3, wherein the packet translation table records correspondence between different types of IP packets and IP addresses of hosts in the private network.
5. The method of claim 4, wherein the modifying the one-to-one correspondence of the destination IP address of each IP packet to the IP address of the private network host corresponding to each IP packet found by the inspection further comprises:
and sending out the group of IP data packets after the IP address is modified, and continuously processing the next group of IP data packets.
6. The method of claim 5, wherein the destination IP address of each IP packet is a public network destination IP address.
7. The method of claim 6, wherein the step of looking up the IP address of the host in the private network corresponding to each IP packet in the packet translation table further comprises:
and when the IP address of the host in the private network corresponding to the IP data packet is not searched in the data packet conversion table, discarding the current IP data packet.
8. The method of claim 7, wherein the method specifically comprises:
reading 128 IP data packets;
according to the types of 128 IP data packets, searching the IP addresses of the corresponding 128 hosts in the private network in a data packet conversion table;
the destination IP addresses of 128 IP data packets are modified to be IP addresses of 128 private network hosts corresponding to the 128 IP data packets in a one-to-one correspondence manner;
and sending out the 128 modified IP data packets, and continuously processing the next group of IP data packets.
9. An intelligent terminal, characterized in that, intelligent terminal includes: memory, a processor and a packet batching program stored on the memory and executable on the processor, the packet batching program when executed by the processor implementing the steps of the packet batching method as claimed in any one of the claims 1 to 8.
10. A storage medium, characterized in that the storage medium stores a packet batch processing program, which when executed by a processor implements the steps of the packet batch processing method according to any one of claims 1 to 8.
CN202010391865.0A 2020-05-11 2020-05-11 Data packet batch processing method, intelligent terminal and storage medium Pending CN111740947A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010391865.0A CN111740947A (en) 2020-05-11 2020-05-11 Data packet batch processing method, intelligent terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010391865.0A CN111740947A (en) 2020-05-11 2020-05-11 Data packet batch processing method, intelligent terminal and storage medium

Publications (1)

Publication Number Publication Date
CN111740947A true CN111740947A (en) 2020-10-02

Family

ID=72647047

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010391865.0A Pending CN111740947A (en) 2020-05-11 2020-05-11 Data packet batch processing method, intelligent terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111740947A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101594263A (en) * 2009-01-09 2009-12-02 成都四方信息技术有限公司 System to monitoring network communication data packets
CN102158408A (en) * 2011-04-01 2011-08-17 华为技术有限公司 Method for processing data stream and device thereof
CN103957154A (en) * 2014-04-11 2014-07-30 国家计算机网络与信息安全管理中心 Network data package URL filtering method
US20140298415A1 (en) * 2013-03-28 2014-10-02 Research In Motion Limited Method and system for providing connectivity for an ssl/tls server behind a restrictive firewall or nat
CN104821924A (en) * 2014-01-30 2015-08-05 西门子公司 Network data packet processing method and apparatus, and network processing device
CN105871856A (en) * 2016-04-12 2016-08-17 桂林电子科技大学 Implementation method for batch packet filtering firewall
CN107277062A (en) * 2017-08-09 2017-10-20 北京中科威荣计算机技术有限公司 The method for parallel processing and device of packet
CN110610414A (en) * 2019-09-19 2019-12-24 中国银行股份有限公司 Data processing method and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101594263A (en) * 2009-01-09 2009-12-02 成都四方信息技术有限公司 System to monitoring network communication data packets
CN102158408A (en) * 2011-04-01 2011-08-17 华为技术有限公司 Method for processing data stream and device thereof
US20140298415A1 (en) * 2013-03-28 2014-10-02 Research In Motion Limited Method and system for providing connectivity for an ssl/tls server behind a restrictive firewall or nat
CN104821924A (en) * 2014-01-30 2015-08-05 西门子公司 Network data packet processing method and apparatus, and network processing device
CN103957154A (en) * 2014-04-11 2014-07-30 国家计算机网络与信息安全管理中心 Network data package URL filtering method
CN105871856A (en) * 2016-04-12 2016-08-17 桂林电子科技大学 Implementation method for batch packet filtering firewall
CN107277062A (en) * 2017-08-09 2017-10-20 北京中科威荣计算机技术有限公司 The method for parallel processing and device of packet
CN110610414A (en) * 2019-09-19 2019-12-24 中国银行股份有限公司 Data processing method and system

Similar Documents

Publication Publication Date Title
US8176300B2 (en) Method and apparatus for content based searching
US20200136971A1 (en) Hash-table lookup with controlled latency
CN112929299B (en) SDN cloud network implementation method, device and equipment based on FPGA accelerator card
US20200257636A1 (en) Method and device for storage management
JP7089333B2 (en) Computer implementation methods, systems, and computer programs for dynamic address translation of virtual machines
CN111343089B (en) Method and system for solving flooding problem caused by MAC address HASH conflict
CN109862039B (en) Cross-network isolation one-way introduction system and data introduction method based on radio frequency technology
CN113010470B (en) Edge node remote control system, method, equipment and storage medium
CN111177043A (en) Method, system, device and medium for accelerating reading of field replaceable unit information
CN109088957B (en) NAT rule management method, device and equipment
CN111478888B (en) Bypass blocking method, device and storage medium
EP3618355A1 (en) Systems and methods for operating a networking device
CN110602166B (en) Method, terminal device and storage medium for solving problem of repeated data transmission
CN112187530A (en) Log analysis method and device, electronic equipment and readable storage medium
CN113411380A (en) Processing method, logic circuit and equipment based on FPGA (field programmable gate array) programmable session table
CN114885045A (en) Method and device for saving DMA channel resources in high-speed intelligent network card/DPU
US20040081150A1 (en) Manufacture and method for accelerating network address translation
CN111740947A (en) Data packet batch processing method, intelligent terminal and storage medium
CN104702469A (en) Method for monitoring network data, entity machine virtual device and network system
US6889278B1 (en) Method and apparatus for fast acknowledgement and efficient servicing of interrupt sources coupled to high latency paths
CN112291212B (en) Static rule management method and device, electronic equipment and storage medium
CN112328593B (en) Method, equipment and system for carrying out batch configuration on address learning table
US11048758B1 (en) Multi-level low-latency hashing scheme
CN116185598A (en) Address processing method, address processing device, electronic equipment and readable storage medium
CN113839889B (en) Message processing method, terminal and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20201002

RJ01 Rejection of invention patent application after publication