CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_sys_net.5
blobbd29738bac2d76326c55420701f18ac53bdbd7cf
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) , Andries Brouwer <aeb@cwi.nl>
4 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
5 .\"
6 .\" SPDX-License-Identifier: GPL-3.0-or-later
7 .\"
8 .TH proc_sys_net 5 (date) "Linux man-pages (unreleased)"
9 .SH NAME
10 /proc/sys/net/ \- networking
11 .SH DESCRIPTION
12 .TP
13 .I /proc/sys/net/
14 This directory contains networking stuff.
15 Explanations for some of the files under this directory can be found in
16 .BR tcp (7)
17 and
18 .BR ip (7).
19 .TP
20 .I /proc/sys/net/core/bpf_jit_enable
21 See
22 .BR bpf (2).
23 .TP
24 .I /proc/sys/net/core/somaxconn
25 This file defines a ceiling value for the
26 .I backlog
27 argument of
28 .BR listen (2);
29 see the
30 .BR listen (2)
31 manual page for details.
32 .SH SEE ALSO
33 .BR proc (5),
34 .BR proc_net (5)