diff options
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r-- | man/systemd.link.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 34d4834cca..7e17bf095f 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -696,6 +696,20 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>RxMiniBufferSize=</varname></term> + <listitem> + <para>Takes an integer. Specifies the maximum number of pending packets in the NIC mini receive buffer. + When unset, the kernel's default will be used.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><varname>RxJumboBufferSize=</varname></term> + <listitem> + <para>Takes an integer. Specifies the maximum number of pending packets in the NIC jumbo receive buffer. + When unset, the kernel's default will be used.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>TxBufferSize=</varname></term> <listitem> <para>Takes an integer. Specifies the maximum number of pending packets in the NIC transmit buffer. |