[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 2ceae6014
From: |
Sylvain Rochet |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 2ceae6014e138eaa6799b856d9ed49e6d8416f84 |
Date: |
Fri, 26 Apr 2013 21:32:26 +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 2ceae6014e138eaa6799b856d9ed49e6d8416f84 (commit)
from cf3162cff14365eada20bd4d1196c3ed83160b6b (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 2ceae6014e138eaa6799b856d9ed49e6d8416f84
Author: Sylvain Rochet <address@hidden>
Date: Fri Apr 26 23:24:08 2013 +0200
PPP, reduced by one buffer PPPoS RX requirements in multithreaded context
Removed one unecessary allocated PBUF per PPPoS RX packet if
PPP_INPROC_MULTITHREADED is set by adding the necessary data for
pppos_input_callback() in front of the first pbuf instead of allocating a
new buffer.
-----------------------------------------------------------------------
Summary of changes:
src/netif/ppp/ppp.c | 62 +++++++++++++++++---------------------------------
1 files changed, 21 insertions(+), 41 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, ppp-new, updated. 2ceae6014e138eaa6799b856d9ed49e6d8416f84,
Sylvain Rochet <=