Update grammar reference documentation
This commit updates the named grammar reference according to the latest changes.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
|
||||
http <string> {
|
||||
endpoints { <quoted_string>; ... };
|
||||
listener-clients <integer>;
|
||||
streams-per-connection <integer>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user