[NNTP] Large article numbers extension

Clive D.W. Feather clive at demon.net
Wed Jul 27 06:06:25 PDT 2005


Thomas Gschwind said:
> It is necessary to provide an explicit renumbering table or to keep the
> old newsgroup around.  As you say if the numbers differ by a large
> constant, the implementation should be fairly simple.  As soon as the
> low and high watermark exceed 2^30, simply subtract 2^30 from all the
> articles (or 2^31 in case of unsigned article numbers).  Note the
> constant SHOULD be highest possible watermark divided by 2.

Actually, a better approach is to reduce the numbers by 2^30 when both the
watermarks exceed 2^31 (assuming a 2^32-1 maximum). This means a
wrap-around is much less likely to be confused with a reset.

However, I don't think either approach is something we should be
supporting.

-- 
Clive D.W. Feather  | Work:  <clive at demon.net>   | Tel:    +44 20 8495 6138
Internet Expert     | Home:  <clive at davros.org>  | Fax:    +44 870 051 9937
Demon Internet      | WWW: http://www.davros.org | Mobile: +44 7973 377646
Thus plc            |                            |



More information about the ietf-nntp mailing list