From fcdd24d45f1f692eb15baeb7aeae2354a3d09dbd Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Sat, 20 Aug 2022 15:55:39 +0200 Subject: [PATCH] Update docstring --- rcon/source/client.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rcon/source/client.py b/rcon/source/client.py index dccc817..59d0b03 100644 --- a/rcon/source/client.py +++ b/rcon/source/client.py @@ -24,7 +24,10 @@ class Client(BaseClient, socket_type=SOCK_STREAM): """Set an optional fragmentation command in order to detect fragmented packets. - See: https://wiki.vg/RCON#Fragmentation + This packet should produce a response, which is + guaranteed to not be fragmented by the server. + + For details see: https://wiki.vg/RCON#Fragmentation """ super().__init_subclass__(*args, **kwargs)