[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. a1c87f7c4
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. a1c87f7c49fbb4098ffe871f6de2de9776a56cf6 |
Date: |
Mon, 27 Aug 2012 20:23:19 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, ppp-new has been updated
via a1c87f7c49fbb4098ffe871f6de2de9776a56cf6 (commit)
via 045ee53468293f961bb4ad7aa3703254283679d5 (commit)
from b84ab718b02dfeaa452093592f0c182f0f87b64d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a1c87f7c49fbb4098ffe871f6de2de9776a56cf6
Author: Sylvain Rochet <address@hidden>
Date: Mon Aug 27 19:10:09 2012 +0200
PPP, improved fsm_sconfreq() allocated buffer size
commit 045ee53468293f961bb4ad7aa3703254283679d5
Author: Sylvain Rochet <address@hidden>
Date: Mon Aug 27 00:47:21 2012 +0200
PPP, using PBUF_POOL instead of PBUF_RAM pbufs for PPP negociation packets
PPP stack does not handle chained pbuf, but PPP negociation packets
are at most ~40 bytes long, so we are only checking if the payload
can fit into the allocated pbuf (p->tot_len == p->len).
-----------------------------------------------------------------------
Summary of changes:
src/netif/ppp/chap-new.c | 18 ++++++++++++++--
src/netif/ppp/eap.c | 49 +++++++++++++++++++++++++++++++++++++--------
src/netif/ppp/fsm.c | 26 +++++++++++++++---------
src/netif/ppp/lcp.c | 7 +++++-
src/netif/ppp/upap.c | 12 +++++++++-
5 files changed, 87 insertions(+), 25 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. a1c87f7c49fbb4098ffe871f6de2de9776a56cf6,
Sylvain Rochet <=