www.LinuxHowtos.org





proc_sys_net

Section: File Formats (5)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

/proc/sys/net/ - networking  

DESCRIPTION

/proc/sys/net/
This directory contains networking stuff. Explanations for some of the files under this directory can be found in tcp(7) and ip(7).
/proc/sys/net/core/bpf_jit_enable
See bpf(2).
/proc/sys/net/core/somaxconn
This file defines a ceiling value for the backlog argument of listen(2); see the listen(2) manual page for details.
/proc/sys/net/ipv4/
See proc_sys_net_ipv4(5).
 

SEE ALSO

proc(5), proc_net(5)


 

Index

NAME
DESCRIPTION
SEE ALSO