From fff37ea39b356fd656d3e96deb37bd2e87dc0c8f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 21 Jan 2017 11:34:54 +0530 Subject: [PATCH] ... --- protocol-extensions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-extensions.asciidoc b/protocol-extensions.asciidoc index 5097ba646..c0e01d43b 100644 --- a/protocol-extensions.asciidoc +++ b/protocol-extensions.asciidoc @@ -255,7 +255,7 @@ Saved images can be deleted, to free up resources, by using the code: The special value of 'i=*' will cause the terminal emulator to delete all stored images. Well behaved clients should send this code before terminating. -Terminal emulators may limit the maximum amount of saved data to avoid DoS +Terminal emulators may limit the maximum amount of saved data to avoid denial-of-service attacks. Terminal emulators should make the limit fairly generous, at least a few hundred, full screen RGBA images worth of data should be allowed.