lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9844] Sockets: Unit tests and apps corrections


From: Joan Lledó
Subject: [lwip-devel] [patch #9844] Sockets: Unit tests and apps corrections
Date: Sat, 10 Aug 2019 06:12:12 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.nongnu.org/patch/?9844>

                 Summary: Sockets: Unit tests and apps corrections
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: jllledo
            Submitted on: Sat 10 Aug 2019 12:12:10 PM CEST
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

1.- src/apps/lwiperf/lwiperf.c:
  - Line 773: Calls htonl() but lwip/inet.h is not included
  - There are other apps and unit tests where htons and pals are being called
w/o
    including lwip/inet.h

2.- test/unit/api/test_sockets.c:
  - Line 156: write() could be declared by external socket headers. Call
lwip_write()
    instead.
  - Line 333: it expects fcntl() to return 6, but O_RDWR could have another
value if
    external socket headers are present. Replace 6 by O_RDWR.

3.- apps/tftp/tftp.c: recv() could be declared by external socket headers.
Rename it to
    tftp_recv()
  - Lines 243 and 471

More info at:

https://lists.nongnu.org/archive/html/lwip-devel/2019-07/msg00001.html



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 10 Aug 2019 12:12:10 PM CEST  Name:
0002-Sockets-Unit-tests-and-apps-corrections.patch  Size: 4KiB   By: jllledo

<http://savannah.nongnu.org/patch/download.php?file_id=47318>

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?9844>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

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