Bug 1838739 - Initialize result of SetAsGPUOutOfMemoryError. r=webgpu-reviewers,nical
[gecko.git] / netwerk / docs / index.md
blobc0d7d9aad6da03b42df63e2baf81d6aa58266204
1 # Networking
3 The Necko (aka Networking) component is Gecko's implementation of the web's networking protocols.
4 Most of the component's source lives in `netwerk` directory and this document's source can be found in `netwerk/docs`.
5 This page mostly just points to helpful resources for contributing to and understanding Necko.
6 More details can be found on [Necko's wiki](https://wiki.mozilla.org/Networking).
7 The team can be reached:
8 * on Matrix: [#necko:mozilla.org](https://chat.mozilla.org/#/room/#necko:mozilla.org)
9 * by email: necko@mozilla.com
10 * or by submitting a `Core::Networking` bug on [bugzilla.mozilla.org](https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Networking)
12 ## Contributing to Necko
13 ```{toctree}
14 :maxdepth: 1
15 http/logging
16 submitting_networking_bugs.md
17 ```
19 ## Team resources
20 ```{toctree}
21 :maxdepth: 1
22 new_to_necko_resources
23 neqo_triage_guideline.md
24 ```
26 ## Testing
27 ```{toctree}
28 :maxdepth: 1
29 network_test_guidelines.md
30 http_server_for_testing
31 ```
33 ## Component/Feature details
34 ```{toctree}
35 :maxdepth: 1
36 http/lifecycle
37 sec-necko-components.md
38 cache2/doc
39 http/http3.md
40 dns/dns-over-https-trr
41 url_parsers.md
42 webtransport/webtransport
43 captive_portals.md
44 early_hints.md
45 ```