Browse Source

Update docstring

pull/14/head
Richard Neumann 3 years ago
parent
commit
fbd9d35c57
  1. 7
      rcon/source/client.py

7
rcon/source/client.py

@ -20,11 +20,8 @@ class Client(BaseClient, socket_type=SOCK_STREAM):
frag_detect_cmd: str = '', frag_detect_cmd: str = '',
**kwargs **kwargs
): ):
"""Set an optional fragmentation command """Set an optional fragmentation threshold and
in order to detect fragmented packets. command in order to detect fragmented packets.
This packet should produce a response, which is
guaranteed to not be fragmented by the server.
For details see: https://wiki.vg/RCON#Fragmentation For details see: https://wiki.vg/RCON#Fragmentation
""" """

Loading…
Cancel
Save