lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 4ba6bc9fb3


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 4ba6bc9fb37f5a32109cc039ac03c713c8b21757
Date: Sat, 23 Jan 2016 19:02:03 +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, master has been updated
       via  4ba6bc9fb37f5a32109cc039ac03c713c8b21757 (commit)
       via  5727a30e374211e0e2b5492fa58d224256f4a3bf (commit)
       via  dbf5b435bf4a3af6740440c8fadad1e14b8fe089 (commit)
       via  599aa793ffc111176ec031d69b9358b7a5001e62 (commit)
      from  d91b1c5d5bdc10e1e930a7488ff579b0d5add9ec (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 4ba6bc9fb37f5a32109cc039ac03c713c8b21757
Author: Stephan Linz <address@hidden>
Date:   Sat Jan 23 11:48:41 2016 +0100

    minimal: support UDP echo server
    
    Use the new UDP echo server (lwIP raw API) in the minimal example.
    
    Signed-off-by: Stephan Linz <address@hidden>

commit 5727a30e374211e0e2b5492fa58d224256f4a3bf
Author: Stephan Linz <address@hidden>
Date:   Sat Jan 23 11:48:19 2016 +0100

    apps: udpecho_raw: add UDP echo server for raw API
    
    Introduce a UDP echo that works on the lwIP raw API. Based on code
    by Iwan Budi Kusnanto and Juri Haberland:
    
     - https://gist.github.com/iwanbk/1399729
     - https://lists.gnu.org/archive/html/lwip-users/2007-06/msg00078.html
    
    Signed-off-by: Stephan Linz <address@hidden>

commit dbf5b435bf4a3af6740440c8fadad1e14b8fe089
Author: Stephan Linz <address@hidden>
Date:   Sat Jan 23 11:33:53 2016 +0100

    apps: tcpecho_raw: rename interface and symbols
    
    Previously, from the API it was not apparent which type of echo
    server will be used, in this case TCP echo on lwIP raw API. For
    a proper generalization we want to see:
    
     - apps/tcpecho/tcpecho.c::tcpecho_init()
     - apps/tcpecho_raw/tcpecho_raw.c::tcpecho_raw_init()
     - apps/udpecho/udpecho.c::udpecho_init()
    
    In future:
    
     - apps/udpecho_raw/udpecho_raw::udpecho_raw_init()
    
    Signed-off-by: Stephan Linz <address@hidden>

commit 599aa793ffc111176ec031d69b9358b7a5001e62
Author: Stephan Linz <address@hidden>
Date:   Sat Jan 23 10:58:25 2016 +0100

    unixsim: sntp: refactoring system time setup
    
    Use strftime() from POSIC API to reduce self calculation.
    
    Signed-off-by: Stephan Linz <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 apps/tcpecho_raw/{echo.c => tcpecho_raw.c}         |  102 ++++++++++----------
 apps/tcpecho_raw/{echo.h => tcpecho_raw.h}         |    8 +-
 apps/udpecho_raw/udpecho_raw.c                     |   99 +++++++++++++++++++
 .../tapif.h => apps/udpecho_raw/udpecho_raw.h      |   21 ++---
 ports/Filelists.mk                                 |    3 +-
 ports/unix/proj/minimal/main.c                     |    6 +-
 ports/unix/proj/unixsim/simhost.c                  |   10 +--
 ports/win32/test.c                                 |    4 +-
 8 files changed, 174 insertions(+), 79 deletions(-)
 rename apps/tcpecho_raw/{echo.c => tcpecho_raw.c} (72%)
 rename apps/tcpecho_raw/{echo.h => tcpecho_raw.h} (93%)
 create mode 100644 apps/udpecho_raw/udpecho_raw.c
 copy ports/unix/include/netif/tapif.h => apps/udpecho_raw/udpecho_raw.h (78%)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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