home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0053 < prev    next >
Encoding:
Text File  |  1982-01-04  |  852 b   |  17 lines

  1. Autzoo.1251
  2. net.bugs.v7
  3. utzoo!henry
  4. Mon Jan  4 20:27:44 1982
  5. uucp seqno wrapping
  6. A few months ago I described a serious problem in uucp:  its four-digit
  7. sequence number can wrap around in a few days on a busy system, which
  8. leads to all kinds of ungood things for sites which infrequently poll
  9. a busy site.  A possible minimum-effort solution has occurred to me:
  10. anybody have any idea how hard it would be to mung uucp to use a larger
  11. alphabet than just [0-9] for its sequence numbers?  For example, if
  12. the alphabet was [0-9a-z], this would change decvax's current wraparound
  13. time of 3 days to roughly a year:  much more reasonable.  A quick
  14. glance at the code suggests it's not trivial but not hard;  any uucp
  15. hackers care to comment?  I seem to recall at least one site was working
  16. on an improved uucp -- how about incorporating this in your efforts?
  17.