This commit is contained in:
Samuel Thibault 2024-01-18 02:39:32 +01:00
parent 0adfa09090
commit 1d19366e15
3 changed files with 4 additions and 4 deletions

View file

@ -4115,7 +4115,7 @@ static void mainloop(void)
{
int i, j;
uint8_t buf[65536];
uint8_t *p = buf + 32; // for the hearder of the forwarded MPPP packet (see C_MPPP_FORWARD)
uint8_t *p = buf + 32; // for the header of the forwarded MPPP packet (see C_MPPP_FORWARD)
// and the forwarded pppoe session
int size_bufp = sizeof(buf) - 32;
clockt next_cluster_ping = 0; // send initial ping immediately