[SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-256-gec3d2c0
[email protected] (Dirk Ziegelmeier)
| Newsgroups | gmane.network.lwip.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 "lwIP Contrib - Contributed code for Lightweight TCP/IP stack".
The branch, master has been updated
via ec3d2c0202f26fc56583bb8e8cdade0be2a6d8ab (commit)
via 952c6f899dd3879011340a81ef136904c3bd5420 (commit)
via b632291f4cff79656193ce156c97f0aa7ff9feae (commit)
from b4fda3eee0d3e96a437f4b684f993294e352307d (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 ec3d2c0202f26fc56583bb8e8cdade0be2a6d8ab
Author: Dirk Ziegelmeier <[email protected]>
Date: Sat Feb 17 16:55:54 2018 +0100
Minor cleanups in unix simhost
commit 952c6f899dd3879011340a81ef136904c3bd5420
Author: Dirk Ziegelmeier <[email protected]>
Date: Sat Feb 17 16:53:50 2018 +0100
Several cleanups in unix simhost
commit b632291f4cff79656193ce156c97f0aa7ff9feae
Author: Dirk Ziegelmeier <[email protected]>
Date: Sat Feb 17 16:46:47 2018 +0100
Move PPPOS code from unix simhost to separate files
-----------------------------------------------------------------------
Summary of changes:
Filelists.mk | 1 +
examples/ppp/pppos_example.c | 216 +++++++++++++++++
.../{snmp/snmp_example.h => ppp/pppos_example.h} | 8 +-
ports/unix/unixsim/simhost.c | 265 +++------------------
4 files changed, 258 insertions(+), 232 deletions(-)
create mode 100644 examples/ppp/pppos_example.c
copy examples/{snmp/snmp_example.h => ppp/pppos_example.h} (93%)
hooks/post-receive
--
lwIP Contrib - Contributed code for Lightweight TCP/IP stack