1 Index: ppp-2.4.3/pppd/plugins/rp-pppoe/discovery.c
2 ===================================================================
3 --- ppp-2.4.3.orig/pppd/plugins/rp-pppoe/discovery.c 2007-06-04 13:22:09.414424072 +0200
4 +++ ppp-2.4.3/pppd/plugins/rp-pppoe/discovery.c 2007-06-04 13:22:13.567792664 +0200
6 conn->discoveryState = STATE_SENT_PADI;
7 waitForPADO(conn, timeout);
10 /* If we're just probing for access concentrators, don't do
11 exponential backoff. This reduces the time for an unsuccessful
12 probe to 15 seconds. */
13 if (!conn->printACNames) {
17 if (conn->printACNames && conn->numPADOs) {
22 conn->discoveryState = STATE_SENT_PADR;
23 waitForPADS(conn, timeout);
27 } while (conn->discoveryState == STATE_SENT_PADR);