ppp: remove discovery phase timeout hack patch
authorShiji Yang <yangshiji66@qq.com>
Fri, 4 Oct 2024 14:40:11 +0000 (22:40 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Oct 2024 13:53:06 +0000 (15:53 +0200)
commit7eb6bf1ac9798f07577f7c2e0ef12f622efc6315
tree3e450cbc35e2df8b85d1c2b665bd086f2826f1bc
parent8766a92766962f7267bf44851aaacd3588249473
ppp: remove discovery phase timeout hack patch

In the original code, the entire time delay of the discovery phase
is only 5+5x2+5x2x2 = 35s. Increasing timeout may be necessary if
discovery phase fails on first attempt. There is a chance to fix
the "Timeout waiting for PADO packets" issue by removing this patch.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/16605
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/network/services/ppp/patches/205-no_exponential_timeout.patch [deleted file]