TIP Pan
From Gentoo Linux Wiki
[edit] Introduction
Pan is a newsreader for Gnome (net-nntp/pan). Pan follows the GNKSA specs (The Good Net-Keeping Seal of Approval). One of the GNKSA specs is that a news client not be abusive of the servers it connects to. The spec defines that as maximum 4 connections per server.
[edit] Increase Connections
If you have a usenet server that allows >4 connections, you'll want to increase the number of connections to get faster download speeds. The GNKSA specs are for the GUI, so pan has no way in the GUI to set >4 connections per server. However, if you edit the (text based) config files directly you can set parameters outside those available in the GUI, and pan obeys them. With pan closed, edit servers.xml to set your desired number of connections for each configured server.
for example, set to 8 connections:
| File: servers.xml |
<?xml version="1.0" encoding="utf-8" ?>
<server-properties>
<server id="1">
<host>news.example.org</host>
<port>119</port>
<username></username>
<password></password>
<expire-articles-n-days-old>31</expire-articles-n-days-old>
<connection-limit>8</connection-limit>
<newsrc></newsrc>
<rank>1</rank>
</server>
</server-properties>
|
