lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-290-g785b7ab
Date: Sun, 11 Aug 2019 14:15:10 -0400 (EDT)

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 - A Lightweight TCPIP stack".

The branch, master has been updated
       via  785b7aba3c645f271ca84a070758eb04d7e7b430 (commit)
       via  f92d6702bc1af4e0c9e9720beae336aab713bb4f (commit)
      from  c4f33be3f3307f08dfd65801ec40a98f512bb27e (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 785b7aba3c645f271ca84a070758eb04d7e7b430
Author: Joan Lledó <address@hidden>
Date:   Sat Aug 10 11:31:24 2019 +0200

    Sockets: Unit tests and apps corrections
    
    * Include lwip/inet.h in some unit tests and apps
      * Since they use htons() and pals.
    * test/unit/api/test_sockets.c:
      * write() could be declared by external socket headers
        * Call lwip_write() instead.
      * Code expects fcntl() to return 6
        * But O_RDWR could have another value if external
          socket headers are present
        * Replace 6 by O_RDWR.
    * apps/tftp/tftp.c:
      * recv() could be declared by external socket headers
        * Rename it to tftp_recv()

commit f92d6702bc1af4e0c9e9720beae336aab713bb4f
Author: Joan Lledó <address@hidden>
Date:   Sat Aug 10 11:15:37 2019 +0200

    Sockets: declare msghdr->msg_iovlen as msg_iovlen_t
    
    * Lwip declares msghdr->msg_iovlen as int, but when
      using external socket headers, some systems declare
      msg_iovlen as size_t or others.
    * This patch creates a new type msg_iovlen_t and
      expects users to typedef it to the type they need
      for their system.

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

Summary of changes:
 src/api/sockets.c              | 6 +++---
 src/apps/lwiperf/lwiperf.c     | 1 +
 src/apps/tftp/tftp.c           | 4 ++--
 src/include/lwip/sockets.h     | 4 +++-
 test/unit/api/test_sockets.c   | 6 +++---
 test/unit/dhcp/test_dhcp.c     | 1 +
 test/unit/etharp/test_etharp.c | 1 +
 test/unit/tcp/tcp_helper.c     | 1 +
 test/unit/tcp/test_tcp.c       | 1 +
 9 files changed, 16 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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