From e0f22fde1b5243acefa7e16db83bf6feb3d8039e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 30 Nov 2025 17:22:35 +0100 Subject: ... --- overlays/pppd/no-double-timeout.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 overlays/pppd/no-double-timeout.patch (limited to 'overlays/pppd/no-double-timeout.patch') diff --git a/overlays/pppd/no-double-timeout.patch b/overlays/pppd/no-double-timeout.patch new file mode 100644 index 00000000..53f41ae1 --- /dev/null +++ b/overlays/pppd/no-double-timeout.patch @@ -0,0 +1,13 @@ +diff --git i/pppd/plugins/pppoe/discovery.c w/pppd/plugins/pppoe/discovery.c +index 86bda61..8060558 100644 +--- i/pppd/plugins/pppoe/discovery.c ++++ w/pppd/plugins/pppoe/discovery.c +@@ -686,7 +686,7 @@ discovery1(PPPoEConnection *conn, int waitWholeTimeoutForPADO) + conn->discoveryState = STATE_SENT_PADI; + waitForPADO(conn, timeout, waitWholeTimeoutForPADO); + +- timeout *= 2; ++ // timeout *= 2; + } while (conn->discoveryState == STATE_SENT_PADI); + } + -- cgit v1.2.3