aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2018-10-29 21:16:26 +0000
committerMark Johnston <markj@FreeBSD.org>2018-10-29 21:16:26 +0000
commitda7d7778b06a92b7f0263537328942a9f0460757 (patch)
tree5444156920caf4dd63c8a7b17875fae6b215bfcf /share
parent2fa224b17de008093f790d00a401a8db1e1c5feb (diff)
downloadsrc-da7d7778b06a92b7f0263537328942a9f0460757.tar.gz
src-da7d7778b06a92b7f0263537328942a9f0460757.zip
Expose some netdump configuration parameters through sysctl.
Reviewed by: cem MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D17755
Notes
Notes: svn path=/head/; revision=339883
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/netdump.415
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/netdump.4 b/share/man/man4/netdump.4
index 31618b7f4e37..4c47dbce72ce 100644
--- a/share/man/man4/netdump.4
+++ b/share/man/man4/netdump.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 8, 2018
+.Dd October 29, 2018
.Dt NETDUMP 4
.Os
.Sh NAME
@@ -130,6 +130,19 @@ a path of
will cause the server to attempt to store dumps from the client in
.Pa /var/crash/foo .
The server will not automatically create the relative directory.
+.It Va net.netdump.polls
+The client will poll the configured network interface while waiting for
+acknowledgements.
+This parameter controls the maximum number of poll attempts before giving
+up, which typically results in a re-transmit.
+Each poll attempt takes 0.5ms.
+.It Va net.netdump.retries
+The number of times the client will re-transmit a packet before aborting
+a dump due to a lack of acknowledgement.
+The default may be too small in environments with lots of packet loss.
+.It Va net.netdump.arp_retries
+The number of times the client will attempt to learn the MAC address of
+the configured gateway or server before giving up and aborting the dump.
.El
.Sh SEE ALSO
.Xr decryptcore 8 ,