This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://github.com/lwip-tcpip/lwip.git
synced
2024-11-16 14:11:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b163197340
lwip
/
src
History
goldsimon
b163197340
- fixed bug
#35151
: DHCP asserts on incoming option lengths;
...
- fixed wrong CHANGELOG of the last commit
2012-02-12 13:49:53 +01:00
..
api
implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW) (fixes bug
#35061
)
2012-02-12 13:48:40 +01:00
core
- fixed bug
#35151
: DHCP asserts on incoming option lengths;
2012-02-12 13:49:53 +01:00
include
implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW) (fixes bug
#35061
)
2012-02-12 13:48:40 +01:00
netif
bug
#33634
ip_forward() have a faulty behaviour: Added pbuf flags to mark incoming packets as link-layer broadcast/multicast. Also added code to allow ip_forward() to forward non-broadcast packets to the input netif (set IP_FORWARD_ALLOW_TX_ON_RX_NETIF==1).
2011-12-14 21:11:34 +01:00
FILES