X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=man%2Fsystemd.network.xml;fp=man%2Fsystemd.network.xml;h=ed0882638995883146533c547fb76348f07c446c;hp=c48955da338e2ef44f0219f836e89cabb351c6f6;hb=c03ef420fa7157b8d4881636fe72596a06e08bb6;hpb=25b67032a8262b65c8eb6ddcfd23a6585e7ab513 diff --git a/man/systemd.network.xml b/man/systemd.network.xml index c48955da338..ed088263899 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -2724,20 +2724,20 @@ - LimitSize= + LimitBytes= Takes the number of bytes that can be queued waiting for tokens to become available. When the size is suffixed with K, M, or G, it is parsed as Kilobytes, Megabytes, or Gigabytes, - respectively, to the base of 1000. Defaults to unset. + respectively, to the base of 1024. Defaults to unset. - Burst= + BurstBytes= Specifies the size of the bucket. This is the maximum amount of bytes that tokens can be available for instantaneous transfer. When the size is suffixed with K, M, or G, it is - parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1000. Defaults to + parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to unset. @@ -2756,7 +2756,7 @@ The Minimum Packet Unit (MPU) determines the minimal token usage (specified in bytes) for a packet. When suffixed with K, M, or G, the specified size is parsed as Kilobytes, - Megabytes, or Gigabytes, respectively, to the base of 1000. Defaults to zero. + Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to zero. @@ -2773,7 +2773,7 @@ MTUBytes= Specifies the size of the peakrate bucket. When suffixed with K, M, or G, the specified - size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1000. + size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to unset. @@ -2846,7 +2846,7 @@ - LimitSize= + LimitBytes= Specifies the hard limit on the FIFO size in bytes. The size limit (a buffer size) to prevent it from overflowing in case it is unable to dequeue packets as quickly as it receives them. When this limit @@ -2915,7 +2915,7 @@ - Overhead= + OverheadBytes= Specifies that bytes to be addeded to the size of each packet. Bytes may be negative. Takes an integer ranges -64 to 256. Defaults to unset and kernel's default is used. @@ -3005,11 +3005,12 @@ - Quantum= + QuantumBytes= - Specifies the amount of bytes a flow is allowed to dequeue before the - scheduler moves to the next class. An unsigned integer ranges 1 to 4294967294. - Defaults to the MTU of the interface. + Specifies the amount of bytes a flow is allowed to dequeue before the scheduler moves + to the next class. When suffixed with K, M, or G, the specified size is parsed as Kilobytes, + Megabytes, or Gigabytes, respectively, to the base of 1024. Defaults to the MTU of the + interface. @@ -3120,7 +3121,7 @@ - MemoryLimit= + MemoryLimitBytes= Specifies the limit on the total number of bytes that can be queued in this FQ-CoDel instance. When suffixed with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes, @@ -3153,7 +3154,7 @@ - Quantum= + QuantumBytes= Specifies the number of bytes used as 'deficit' in the fair queuing algorithmtimespan. When suffixed with K, M, or G, the specified size is parsed as Kilobytes, Megabytes, or Gigabytes, @@ -3205,7 +3206,7 @@ - Quantum= + QuantumBytes= Specifies the credit per dequeue RR round, i.e. the amount of bytes a flow is allowed to dequeue at once. When suffixed with K, M, or G, the specified size is parsed as Kilobytes, @@ -3215,7 +3216,7 @@ - InitialQuantum= + InitialQuantumBytes= Specifies the initial sending rate credit, i.e. the amount of bytes a new flow is allowed to dequeue initially. When suffixed with K, M, or G, the specified size is parsed as @@ -3446,10 +3447,10 @@ - MaxPacketSize= + MaxPacketBytes= Specifies the maximum packet size in bytes for the class. When suffixed with K, M, or G, the specified - size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1000. When unset, + size is parsed as Kilobytes, Megabytes, or Gigabytes, respectively, to the base of 1024. When unset, the kernel default is used.