Skip to content

Commit e8e1b9c

Browse files
committed
TASK-91082: Better writing of deprecation statement
Signed-off-by: Doug Koerich <douglas.koerich@bird.com>
1 parent 1577ea9 commit e8e1b9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/momentum/3/3-reference/3-reference-modules-dnsbuf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Configuration Change This feature is available as beta in Momentum
88

99
**Configuration Change.** This feature is available as beta in Momentum 3.6.5.
1010

11-
> **NOTE: This feature was DEPRECATED in Momentum 4.8 and is not supported anymore.**
11+
> **NOTE: This feature was DEPRECATED in Momentum 4.8 and is no longer supported.**
1212
1313
Momentum does not manipulate the size of UDP sockets it creates and uses for DNS queries; instead, it will use the default sizes configured by the Operating System. This can create problems for clients with too many domains (e.g., tens of thousands) in the system. Responses may be dropped, causing unnecessary DNS failures and retries, thus further increasing the DNS query volume. The `dnsbuf` module enables the client to manipulate the DNS buffer sizes on demand, on the fly.
1414

content/momentum/4/modules/dnsbuf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Configuration Change This feature is available in Momentum 4 2 and
88

99
**Configuration Change.** This feature is available from Momentum 4.2 through 4.7.
1010

11-
> **NOTE: This feature was DEPRECATED in Momentum 4.8 and is not supported anymore.**
11+
> **NOTE: This feature was DEPRECATED in Momentum 4.8 and is no longer supported.**
1212
1313
Momentum does not manipulate the size of UDP sockets it creates and uses for DNS queries; instead, it will use the default sizes configured by the Operating System. This can create problems for clients with too many domains (e.g., tens of thousands) in the system. Responses may be dropped, causing unnecessary DNS failures and retries, thus further increasing the DNS query volume. The `dnsbuf` module enables the client to manipulate the DNS buffer sizes on demand, on the fly.
1414

0 commit comments

Comments
 (0)