diff options
author | paul <paul> | 2004-09-17 08:39:08 +0000 |
---|---|---|
committer | paul <paul> | 2004-09-17 08:39:08 +0000 |
commit | 0b3acf4f94241905ff36df5c1d9f9f389e45d191 (patch) | |
tree | 48b312ab2de446208d966d234fc37539bed98861 /lib/ChangeLog | |
parent | bf731011ef7038f5766432fec862301c123d4736 (diff) |
2004-09-17 Paul Jakma <paul@dishone.st>
* ripngd/ripngd.c: move setsockopt_so_recvbuf to lib.
* lib/sockopt.{c,h}: Add setsockopt_so_recvbuf, for ripd and ripngd.
* ripd/ripd.c: set receive buffer to a decent size, some systems
have low defaults. Problem noted and fix suggested by Stephan
Schweizer in [zebra 20967].
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2ce2302f..a4ed5dd9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-09-17 Paul Jakma <paul@dishone.st> + + * sockopt.{c,h}: Add setsockopt_so_recvbuf, for ripd and ripngd. + 2004-09-13 Paul Jakma <paul@dishone.st> * command.c: Update the copyright string in the default motd. |