2 रिपॉजिटरी
Architectures designed to handle massive volumes of network traffic with minimal latency.
Distinct from Kernel-Space Packet Processing: Distinct from Kernel-Space Packet Processing: focuses on the overall high-performance goal, often utilizing user-space bypass.
Explore 2 awesome GitHub repositories matching networking & communication · High-Performance Packet Processing. Refine with filters or upvote what's useful.
SmarGate is a network utility designed as an intranet penetration tool, peer-to-peer network tunnel, and remote device management gateway. It functions as a system for bypassing NAT and firewalls to expose internal services to the public internet, while also providing SOCKS5 and HTTP proxy capabilities and SSL/TLS encrypted tunnels. The project distinguishes itself by implementing hybrid routing that combines direct peer-to-peer TCP links with cloud-based proxy relaying to reduce latency. It features real-time dynamic port mapping that allows network redirections to be updated via a mobile cl
Utilizes a high-performance packet processing architecture to minimize latency during data transfer across network segments.
DPDK एक पैकेट प्रोसेसिंग फ्रेमवर्क और कर्नेल बायपास नेटवर्किंग लाइब्रेरी है जिसे नेटवर्क डेटा प्लेन परफॉरमेंस को गति देने के लिए डिज़ाइन किया गया है। यह एक यूज़र स्पेस नेटवर्क स्टैक प्रदान करता है जो नेटवर्क डेटा को सीधे नेटवर्क इंटरफ़ेस कार्ड से यूज़र स्पेस में ले जाता है, जिससे उच्च थ्रूपुट और कम विलंबता (latency) प्राप्त करने के लिए ऑपरेटिंग सिस्टम कर्नेल ओवरहेड समाप्त हो जाता है। यह फ्रेमवर्क एक पोल मोड ड्राइवर आर्किटेक्चर का उपयोग करता है जो इंटरप्ट-ड्रिवन नेटवर्किंग को एक निरंतर पोलिंग मैकेनिज्म के साथ बदल देता है। यह दृष्टिकोण कर्नेल के बाहर नेटवर्क फ़ंक्शंस और प्रोटोकॉल के कार्यान्वयन की अनुमति देता है। यह प्रोजेक्ट हाई परफॉरमेंस पैकेट प्रोसेसिंग, नेटवर्क फ़ंक्शन वर्चुअलाइजेशन और फायरवॉल और लोड बैलेंसर जैसे कस्टम नेटवर्क उपकरणों के विकास के लिए क्षमताओं को कवर करता है।
Handles massive volumes of network traffic by bypassing the OS kernel to reduce latency and CPU overhead.