diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2007-08-21 16:32:56 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2007-08-21 16:32:56 +0000 |
commit | b7fe4141123c6fc26fffec68d0db62ecf474c074 (patch) | |
tree | 78f2cde951e92198b00dea6ed048d41a499f71fb /ospfd/ChangeLog | |
parent | 1ba27564f3852083839bfa1f91889cb46c780f2f (diff) |
Bug #362 is fixed now.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index af5ace48..feba89a3 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,16 @@ +2007-08-21 Denis Ovsienko + + * ospfd.h: Extend struct ospf with maxsndbuflen field and + define its default value. + * ospfd.c: (ospf_new) init maxsndbuflen + * ospf_interface.c: (ospf_if_up) Call ospf_adjust_sndbuflen() + for each regular interface being brought up. + * ospf_network.[ch]: (ospf_adjust_sndbuflen) New function + makes sure ospf socket sending buffer is large enough + to cover the biggest interface MTU we have seen ever. + * ospf_packet.c: (ospf_write) Use maxsndbuflen to decide on + the biggest amount of data we are going to send at once. + 2007-08-07 Paul Jakma <paul.jakma@sun.com> * ospf_spf.c: (ospf_spf_next) Finish off the explanatory |