dhcp.c, netbios.c: Changes if IF_SOF_BROADCAST is enabled.

This commit is contained in:
fbernon
2009-05-04 08:40:44 +00:00
parent 24342eaab0
commit e29f94a980
2 changed files with 10 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ HISTORY
2009-04-15 Simon Goldschmidt
* dhcp.c: patch #6763: Global DHCP XID can be redefined to something more unique
²
2009-03-31 Kieran Mansley
* tcp.c, tcp_out.c, tcp_in.c, sys.h, tcp.h, opts.h: add support for
TCP timestamp options, off by default. Rework tcp_enqueue() to
@@ -95,6 +95,9 @@ HISTORY
++ Bugfixes:
2009-05-04 Frédéric Bernon
* dhcp.c, netbios.c: Changes if IF_SOF_BROADCAST is enabled.
2009-05-03 Simon Goldschmidt
* tcp.h: bug #26349: Nagle algorithm doesn't send although segment is full
(and unsent->next == NULL)