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-05 08:28:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d301b69dae
lwip
/
src
/
include
History
fbernon
c1fe7517ec
opt.h, netif.h, dhcp.h, dhcp.c: New configuration option LWIP_NETIF_HOSTNAME allow to define a hostname in netif struct (this is just a pointer, so, you can use a hardcoded string, point on one of your's ethernetif field, or alloc a string you will free yourself). It will be used by DHCP to register a client hostname, but can also be use when you call snmp_set_sysname.
2007-03-28 09:39:12 +00:00
..
ipv4
/lwip
api_msg.c, igmp.c, igmp.h: Fix C++ style comments
2007-03-21 14:47:52 +00:00
ipv6
/lwip
Partially accepted patch
#5449
for ANSI C compatibility / build fixes. Fixed bug
#17574
corrected UDP-Lite protocol identifier.
2006-10-11 12:04:04 +00:00
lwip
opt.h, netif.h, dhcp.h, dhcp.c: New configuration option LWIP_NETIF_HOSTNAME allow to define a hostname in netif struct (this is just a pointer, so, you can use a hardcoded string, point on one of your's ethernetif field, or alloc a string you will free yourself). It will be used by DHCP to register a client hostname, but can also be use when you call snmp_set_sysname.
2007-03-28 09:39:12 +00:00
netif
Fix BUG#11400 - don't corrupt existing pbuf chain when enqueuing multiple pbufs to a pending ARP request
2007-03-04 12:12:42 +00:00