Fix for toss timeout

This commit is contained in:
Michiel Broek 2002-12-10 22:26:16 +00:00
parent 3daf91bc3c
commit 24f21f05cd
2 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,8 @@ v0.35.06
manager logfile. manager logfile.
Removed heavy debugging on some parts of RFC message Removed heavy debugging on some parts of RFC message
processing. processing.
During toss the Nopper code is called to prevent timeout when
a very large packet is tossed that takes longer then 10 mins.
mbcico: mbcico:
With filetransfer errors, the attempts counter was not With filetransfer errors, the attempts counter was not

View File

@ -159,6 +159,7 @@ int importmsg(faddr *p_from, faddr *f, faddr *t, char *orig, char *subj,
if (CFG.slow_util && do_quiet) if (CFG.slow_util && do_quiet)
usleep(1); usleep(1);
Nopper();
memset(&Link, 0, sizeof(Link)); memset(&Link, 0, sizeof(Link));
/* /*