packet.7: Some fixes to Daniel's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-28 15:21:24 +01:00
parent 602ce0881b
commit 992787fe8c
1 changed files with 5 additions and 4 deletions

View File

@ -9,7 +9,7 @@
.\"
.\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $
.\"
.TH PACKET 7 2014-01-05 "Linux" "Linux Programmer's Manual"
.TH PACKET 7 2014-01-28 "Linux" "Linux Programmer's Manual"
.SH NAME
packet \- packet interface on device level
.SH SYNOPSIS
@ -427,10 +427,11 @@ To create another variant, configure the desired variant by setting this
integer option before creating the ring.
.TP
.BR PACKET_QDISC_BYPASS " (since Linux 3.14)"
.\" commit d346a3fae3ff1d99f5d0c819bf86edf9094a26a1
By default, packets sent through packet sockets pass through the kernel's
qdisc (traffic control) layer. This can be bypassed by setting this integer
option to one for usage scenarios similar to pktgen.
qdisc (traffic control) layer.
This can be bypassed by setting this integer option to 1;
this is useful for usage scenarios similar to pktgen.
.SS Ioctls
.B SIOCGSTAMP
can be used to receive the timestamp of the last received packet.