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)