mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Correct the description of the net.graph.recvspace sysctl.
This commit is contained in:
parent
9fe5fadaf1
commit
4296e6f8b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125116
@ -151,7 +151,7 @@ SYSCTL_INT(_net_graph, OID_AUTO, maxdgram, CTLFLAG_RW,
|
||||
&ngpdg_sendspace , 0, "Maximum outgoing Netgraph datagram size");
|
||||
static u_long ngpdg_recvspace = 20 * 1024;
|
||||
SYSCTL_INT(_net_graph, OID_AUTO, recvspace, CTLFLAG_RW,
|
||||
&ngpdg_recvspace , 0, "Maximum incoming Netgraph datagram size");
|
||||
&ngpdg_recvspace , 0, "Maximum space for incoming Netgraph datagrams");
|
||||
|
||||
/* List of all sockets */
|
||||
static LIST_HEAD(, ngpcb) ngsocklist;
|
||||
|
Loading…
Reference in New Issue
Block a user