Fix for toss timeout
This commit is contained in:
parent
3daf91bc3c
commit
24f21f05cd
@ -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
|
||||||
|
@ -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));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user