Update grammar reference documentation

This commit updates the named grammar reference according to the
latest changes.
This commit is contained in:
Artem Boldariev
2021-05-20 14:00:04 +03:00
parent 590e8e0b86
commit 147da54e13
6 changed files with 20 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ HTTP
http string {
endpoints { quoted_string; ... };
listener-clients integer;
streams-per-connection integer;
};
KEY
@@ -275,7 +277,9 @@ OPTIONS
glue-cache boolean;// deprecated
heartbeat-interval integer;
hostname ( quoted_string | none );
http-listener-clients integer;
http-port integer;
http-streams-per-connection integer;
https-port integer;
interface-interval duration;
ipv4only-contact string;

View File

@@ -141,6 +141,8 @@ dyndb string quoted_string {
.ft C
http string {
endpoints { quoted_string; ... };
listener\-clients integer;
streams\-per\-connection integer;
};
.ft P
.fi
@@ -342,7 +344,9 @@ options {
glue\-cache boolean;// deprecated
heartbeat\-interval integer;
hostname ( quoted_string | none );
http\-listener\-clients integer;
http\-port integer;
http\-streams\-per\-connection integer;
https\-port integer;
interface\-interval duration;
ipv4only\-contact string;

View File

@@ -2,4 +2,6 @@
http <string> {
endpoints { <quoted_string>; ... };
listener-clients <integer>;
streams-per-connection <integer>;
};

View File

@@ -45,6 +45,8 @@ dyndb <string> <quoted_string> {
http <string> {
endpoints { <quoted_string>; ... };
listener-clients <integer>;
streams-per-connection <integer>;
}; // may occur multiple times
key <string> {
@@ -199,7 +201,9 @@ options {
glue-cache <boolean>; // deprecated
heartbeat-interval <integer>;
hostname ( <quoted_string> | none );
http-listener-clients <integer>;
http-port <integer>;
http-streams-per-connection <integer>;
https-port <integer>;
interface-interval <duration>;
ipv4only-contact <string>;

View File

@@ -44,6 +44,8 @@ dyndb <string> <quoted_string> {
http <string> {
endpoints { <quoted_string>; ... };
listener-clients <integer>;
streams-per-connection <integer>;
}; // may occur multiple times
key <string> {
@@ -198,7 +200,9 @@ options {
glue-cache <boolean>; // deprecated
heartbeat-interval <integer>;
hostname ( <quoted_string> | none );
http-listener-clients <integer>;
http-port <integer>;
http-streams-per-connection <integer>;
https-port <integer>;
interface-interval <duration>;
ipv4only-contact <string>;

View File

@@ -120,7 +120,9 @@
glue-cache <boolean>; // deprecated
heartbeat-interval <integer>;
hostname ( <quoted_string> | none );
http-listener-clients <integer>;
http-port <integer>;
http-streams-per-connection <integer>;
https-port <integer>;
interface-interval <duration>;
ipv4only-contact <string>;