2 रिपॉजिटरी
High-performance network processing that distributes packet encryption and decryption across multiple concurrent execution threads.
Distinct from Multi-Threaded Packet Processing: Focuses on concurrent cryptographic packet processing rather than just game packet distribution.
Explore 2 awesome GitHub repositories matching networking & communication · Concurrent Packet Processing. Refine with filters or upvote what's useful.
Dshell एक नेटवर्क फॉरेंसिक विश्लेषण फ्रेमवर्क और ट्रैफ़िक प्रोसेसर है जिसे IPv4 और IPv6 ट्रैफ़िक के डीप पैकेट इंस्पेक्शन के लिए डिज़ाइन किया गया है। यह एक एक्स्टेंसिबल फॉरेंसिक प्लगइन सिस्टम के रूप में कार्य करता है जो सुरक्षा विसंगतियों की पहचान करने और संचार धाराओं (communication streams) को पुनर्निर्मित करने के लिए नेटवर्क डेटा को कैप्चर, निरीक्षण और विश्लेषण करता है। यह सिस्टम एक प्लगइन-आधारित प्रोसेसिंग इंजन का उपयोग करता है जो कस्टम प्लगइन विकास और प्लगइन चेनिंग की अनुमति देता है। यह मॉड्यूलर आर्किटेक्चर विशेष विश्लेषण पाइपलाइनों के निर्माण को सक्षम बनाता है जहाँ नेटवर्क डेटा को बहु-चरणीय विश्लेषण के लिए प्रोसेसिंग इकाइयों के एक अनुक्रम के माध्यम से पारित किया जाता है। यह फ्रेमवर्क वास्तविक समय में ट्रैफ़िक मॉनिटरिंग, नेटवर्क स्ट्रीम रीअसेंबली और बाहरी संदर्भ डेटाबेस के माध्यम से IP जियोलोकेशन मैपिंग सहित फॉरेंसिक क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। डेटा की उच्च मात्रा को संभालने के लिए, इंजन कई सिस्टम प्रक्रियाओं में कार्यों को वितरित करके समानांतर डेटा प्रोसेसिंग का उपयोग करता है। संसाधित विश्लेषण परिणामों को विशेष आउटपुट हैंडलर के माध्यम से विभिन्न संरचित फ़ाइल स्वरूपों में निर्यात किया जा सकता है।
Handles high volumes of network data through concurrent processing across multiple system execution threads.
wireguard-go is a Go implementation of the WireGuard protocol that operates as a userspace tunneling engine. It functions as a cross-platform network interface designed to establish encrypted tunnels between peers without requiring modifications to the system kernel. By implementing the protocol in userspace, this project provides a consistent network stack that enables secure peer-to-peer communication across different operating systems. It allows for the creation and management of encrypted network interfaces and tunnels to route private traffic over public networks.
Utilizes Go goroutines and channels to concurrently encrypt and decrypt multiple network data streams.