diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2007-09-18 09:01:13 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2007-09-18 09:01:13 +0000 |
commit | f102e75f613af740241dfa7253a2362c7935b9a8 (patch) | |
tree | 800da79542d21e3734c4370b33cbb1f474714b55 /ospfd/ChangeLog | |
parent | 96934e6ac6ec9ff6e67131cc8324741b771d5e0d (diff) |
+ fix minor regression in OSPF sending buffer adjustment logic
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index feba89a3..ce765162 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2007-09-18 Denis Ovsienko + + * ospf_network.c: (ospf_adjust_sndbuflen) Don't complain + about getting more buffer space, than requested. + * ospfd.[ch]: (ospf_new) Abandon OSPF_SNDBUFLEN_DEFAULT + and consider OS's initial buffer size instead. + 2007-08-21 Denis Ovsienko * ospfd.h: Extend struct ospf with maxsndbuflen field and |