diff options
author | Ondrej Filip <feela@network.cz> | 2005-03-15 23:06:36 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2005-03-15 23:06:36 +0100 |
commit | 94c42054ea65d10477afc76f221e3ac345a431eb (patch) | |
tree | eace02441c60398eea70ca09541abe4f9b24ff70 /doc/bird.sgml | |
parent | e6ea2e375e4c547ca1b6fc9c313c2b7940acbd77 (diff) | |
download | bird-94c42054ea65d10477afc76f221e3ac345a431eb.tar bird-94c42054ea65d10477afc76f221e3ac345a431eb.zip |
Added new parametr 'rx buffer <num>'. BIRD is able to receive
very large packets (if configured).
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
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> { <m/dead/ seconds, it will consider the neighbor down. If both directives <m/dead count/ and <m/dead/ are used, <m/dead/ has precendence. + <tag>rx buffer <M>num</M></tag> + 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. + <tag>type broadcast</tag> BIRD detects a type of a connected network automatically, but sometimes it's convenient to force use of a different type manually. |