lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9751] UDP client/serveur support in lwiperf


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #9751] UDP client/serveur support in lwiperf
Date: Wed, 30 Jan 2019 09:57:35 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Update of patch #9751 (project lwip):

                  Status:                    None => In Progress            
             Assigned to:                    None => goldsimon              

    _______________________________________________________

Follow-up Comment #1:

Nice work, but it doesn't compile because of:
- using some stdint.h types
- using unknown struct timespec and unix-like 'clock_gettime'
- using unknown keyword 'inline'
- mixing declarations and code

Also, coding style is not lwIP.

I can fix most of the errors if it's OK for you, but I cannot fix your using
struct timeval and clock_gettime. In lwIP, the only time available is
sys_now() returning u32_t.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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