X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=userapps%2Fopensource%2Fppp%2Fpppoe%2Fmain.c;h=acf6f7d059279936c17a66c6ac029856b62f2034;hp=5c4e043f4efe48ed211b5839224edeac69983224;hb=57a096f051259ceaefd5977f30d269884e1dd248;hpb=9887430fc6b7c0f8eb8e81de2bfe3bba12d8d4a1 diff --git a/userapps/opensource/ppp/pppoe/main.c b/userapps/opensource/ppp/pppoe/main.c index 5c4e043f..acf6f7d0 100755 --- a/userapps/opensource/ppp/pppoe/main.c +++ b/userapps/opensource/ppp/pppoe/main.c @@ -241,6 +241,10 @@ main(argc,argv) // brcm int demandBegin=0; + if ( debug ) + for( i=0; i 0 && unsuccess >= maxfail)) + if (!persist) break; + if (maxfail > 0 && unsuccess >= maxfail) + holdoff = 900; // USR9108 Do not exit, just wait 15 min. /* // brcm