From 94c42054ea65d10477afc76f221e3ac345a431eb Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 15 Mar 2005 22:06:36 +0000 Subject: Added new parametr 'rx buffer '. BIRD is able to receive very large packets (if configured). --- doc/bird.conf.example | 1 + doc/bird.sgml | 6 ++++++ 2 files changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 8260c02..05259d5 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -120,6 +120,7 @@ protocol static { # password "pass"; # }; # interface "arc0" { +# rx buffer large; # type nonbroadcast; # poll 14; # dead 75; diff --git a/doc/bird.sgml b/doc/bird.sgml index fa7aabb..87113fa 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1026,6 +1026,7 @@ protocol ospf <name> { wait <num>; dead count <num>; dead <num>; + rx buffer [normal|large|<num>]; type [broadcast|nonbroadcast|pointopoint]; strict nonbroadcast <switch>; authentication [none|simple]; @@ -1134,6 +1135,11 @@ protocol ospf <name> { rx buffer num + This sets the size of buffer used for receiving packets. The buffer should + be bigger than maximal size of any packets. Value NORMAL (default) + means 2*MTU, value LARGE means maximal allowed packet - 65536. + type broadcast BIRD detects a type of a connected network automatically, but sometimes it's convenient to force use of a different type manually. -- cgit v1.2.3