mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Discard RDATA from already seen positions. (#7648)
This commit is contained in:
parent
bd6dc17221
commit
7d2532be36
6 changed files with 175 additions and 27 deletions
|
@ -149,7 +149,7 @@ class RdataCommand(Command):
|
|||
|
||||
|
||||
class PositionCommand(Command):
|
||||
"""Sent by the server to tell the client the stream postition without
|
||||
"""Sent by the server to tell the client the stream position without
|
||||
needing to send an RDATA.
|
||||
|
||||
Format::
|
||||
|
@ -188,7 +188,7 @@ class ErrorCommand(_SimpleCommand):
|
|||
|
||||
|
||||
class PingCommand(_SimpleCommand):
|
||||
"""Sent by either side as a keep alive. The data is arbitary (often timestamp)
|
||||
"""Sent by either side as a keep alive. The data is arbitrary (often timestamp)
|
||||
"""
|
||||
|
||||
NAME = "PING"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue