lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [task #13780] lcp_echo_interval maximum value


From: Sylvain Rochet
Subject: [lwip-devel] [task #13780] lcp_echo_interval maximum value
Date: Fri, 16 Oct 2015 17:29:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.1.0

Follow-up Comment #5, task #13780 (project lwip):

Well, this is what I thought :-)

For cellular modems, the PPP link is only between your target running lwIP and
your GPRS modems, LCP frames are not sent over the air, there is actually no
PPP at all over the air. PPP is only used because it is a convenient way to
frame IP packets over a serial link, that's why you don't need authentication
(or a very weak one).

Do you really need to optimize the data exchanged between your target and your
GPRS modem up to this point ? We are talking about a few tens of bytes every a
couple of minutes. The modem is going to ping your target more often than you
currently wish (unless it is configurable) and you have to answer to its LCP
ping request on time.

In this context, do you still need to reduce the number of LCP ping requests
?

Sylvain
 

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?13780>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]