diff options
author | ajs <ajs> | 2005-02-17 19:55:59 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-02-17 19:55:59 +0000 |
commit | 038163fa87d5b41503c721bb097faea6b25661c9 (patch) | |
tree | 6fac5c09747630ae88ba88c3b925d21b24cbcb39 /ospfd/ChangeLog | |
parent | 52e66296f236cdda751e4206ad3d39c56e53f0fd (diff) |
2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ospf_packet.c: (ospf_recv_packet) If there is somehow a runt
packet in the queue, it must be discarded. Improve warning messages.
Fix scope to static.
(ospf_read) Fix bug: should reset the read thread in all cases
to make sure we continue to get incoming messages.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index c6607e0c..9737854a 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,11 @@ +2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * ospf_packet.c: (ospf_recv_packet) If there is somehow a runt + packet in the queue, it must be discarded. Improve warning messages. + Fix scope to static. + (ospf_read) Fix bug: should reset the read thread in all cases + to make sure we continue to get incoming messages. + 2005-02-15 Paul Jakma <paul.jakma@sun.com> * ospf_packet.c: (ospf_recv_packet) Fix silly error wrt allocating |