X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fniceness.texi;h=8786d3244760af95ce8cab042c00d8bdd98a9662;hp=4686c0915436ae1724ea0f71b94ac8e09bfc9cb1;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=152ecfdf11766df967a504efaef7b5ba77e6f5d7 diff --git a/doc/niceness.texi b/doc/niceness.texi index 4686c09..8786d32 100644 --- a/doc/niceness.texi +++ b/doc/niceness.texi @@ -1,4 +1,6 @@ @node Niceness +@cindex niceness +@cindex priority @unnumbered Niceness Each transmitted packet has niceness level, as Unix has @command{nice} @@ -18,12 +20,16 @@ There are 1-255 niceness levels. They could be specified either as integer, or using aliases with delta modifiers: @table @emph +@vindex FLASH @item FLASH (F) Urgent priority. +@vindex PRIORITY @item PRIORITY (P) High priority. Command execution/mail use that priority by default. +@vindex NORMAL @item NORMAL (N) Normal priority. File requests use that priority by default. +@vindex BULK @item BULK (B) Bundles shipped on a "least effort" basis. File transmission use that priority by default.