हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
Kernel में हुए बदलाव
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यहां मुख्य बदलावों के बारे में खास जानकारी दी गई है. ये बदलाव, मुख्यलाइन से अलग हैं.
- net/netfilter/xt_qtaguid* जोड़ा गया
- xtables-addons प्रोजेक्ट से net/netfilter/xt_quota2.c को इंपोर्ट करके, उसमें बदलाव किया गया
- net/netfilter/ip6_tables.c में सुधार
- modified ip*t_REJECT.c
- modified net/netfilter/xt_socket.c
कर्नेल कॉन्फ़िगरेशन के बारे में कुछ बातें:
- xt_qtaguid, xt_owner के तौर पर काम करता है और xt_socket पर निर्भर करता है. साथ ही, यह कनेक्शन ट्रैकर पर भी निर्भर करता है.
- Android 9 रिलीज़ से, xt_qtaguid के लिए सहायता बंद कर दी जाएगी. ज़्यादा जानकारी के लिए, eBPF ट्रैफ़िक मॉनिटरिंग देखें.
- कनेक्शन ट्रैकर, बड़े एसआईपी पैकेट को हैंडल नहीं कर सकता. इसलिए, इसे बंद करना ज़रूरी है.
- बदला गया xt_quota2, यूज़रस्पेस को सूचना देने के लिए NFLOG की सहायता का इस्तेमाल करता है.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-06-12 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-06-12 (UTC) को अपडेट किया गया."],[],[],null,["# Kernel changes\n\nThis is a summary of the main changes in the kernel that diverge from mainline.\n\n- added net/netfilter/xt_qtaguid\\*\n- imported then modified net/netfilter/xt_quota2.c from xtables-addons project\n- fixes in net/netfilter/ip6_tables.c\n- modified ip\\*t_REJECT.c\n- modified net/netfilter/xt_socket.c\n\nA few comments on the kernel configuration:\n\n- xt_qtaguid masquerades as xt_owner and relies on xt_socket and itself relies on the connection tracker.\n- Support for xt_qtaguid will be phased out starting in the Android 9 release. See [eBPF traffic monitoring](/docs/core/data/ebpf-traffic-monitor) for more information.\n- The connection tracker can't handle large SIP packets, it must be disabled.\n- The modified xt_quota2 uses the NFLOG support to notify userspace."]]