Dirk Ziegelmeier
0f87cb92b8
Add note about UDP multicast behavior fix to UPGRADING document
2016-11-23 13:10:16 +01:00
Dirk Ziegelmeier
05419912e0
def.h: Provide hton* / ntoh* functions to users by default for compatibility (can be turned off)
...
Add note to UPGRADING document
2016-10-06 13:13:10 +02:00
Dirk Ziegelmeier
50e09ccd2c
Add note about new abstactions for itoa(), strnicmp(), stricmp() and strnstr() to UPGRADING document
2016-10-06 09:22:16 +02:00
Dirk Ziegelmeier
475d49440c
Fix handling of LWIP_HOOK_VLAN_SET(). Previous implementation supplied uninitialized arguments to the macro (struct eth_hdr).
...
Change macro signature to be universal: netif, pbuf, src, dst, eth_type - whatever the user needs to decide about VLAN header.
Return value <0 means "no VLAN header", 0 <= return_value <= 0xFFFF -> value is prio_vid of header.
Clean up ethernet_output function to be more readable.
2016-08-25 14:07:35 +02:00
Dirk Ziegelmeier
4b41ef551e
Add note about Filelists.mk in UPGRADING document
2016-08-08 21:55:08 +02:00
Dirk Ziegelmeier
fa568f7750
Fix typos in docs
2016-08-08 12:16:17 +02:00
sg
6383ef88b4
had a look through the docs...
2016-08-03 20:40:52 +02:00
sg
b06f14c11f
worked on UPGRADING for 2.0.0
2016-07-19 20:38:08 +02:00
sg
8b6d9d8216
Fixed UPGRADING regarding 1.4.0
2015-08-27 21:38:30 +02:00
goldsimon
1bd06bee82
Added note about changed ARP_QUEUEING==0
2010-12-02 20:09:58 +00:00
goldsimon
9782c40d21
fixed the change not about tcp_close chang (bug #30444 )
2010-07-14 15:53:44 +00:00
goldsimon
9f457d3331
Updated to current CHANGELOG
2010-07-06 20:18:12 +00:00
goldsimon
b9499d07c2
bug #29105 : Review printf formatters: added X8_F to cc.h and use it in etharp.c
2010-03-08 17:04:27 +00:00
goldsimon
52b87b751f
Added a note about socket recv/accept timeout errno value
2010-02-22 19:12:21 +00:00
goldsimon
bcd4b76d31
Moved stack-internal parts of tcp.h to tcp_impl.h, tcp.h now only contains the actual application programmer's API
2010-02-21 11:35:21 +00:00
goldsimon
d9157a71bb
Task #10088 : Correctly implement close() vs. shutdown(). Now the application does not get any more recv callbacks after calling tcp_close(). Added tcp_shutdown().
2010-02-20 18:05:56 +00:00
goldsimon
9b48657444
Added UPGRADING doc file that should help to upgrade apps/ports from older versions of lwIP
2010-02-20 09:36:40 +00:00