|
@ -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 |
|
|
""" |
|
|
""" |
|
|