Fix miscellaneous oddities around the class reference (part 5)

This commit is contained in:
Micky 2025-06-04 14:17:55 +02:00
parent 52ecb5ab9e
commit 3613306bba
34 changed files with 90 additions and 89 deletions

View file

@ -148,7 +148,7 @@
The peer is currently connected and ready to communicate with.
</constant>
<constant name="STATE_DISCONNECT_LATER" value="6" enum="PeerState">
The peer is slated to disconnect after it has no more outgoing packets to send.
The peer is expected to disconnect after it has no more outgoing packets to send.
</constant>
<constant name="STATE_DISCONNECTING" value="7" enum="PeerState">
The peer is currently disconnecting.