소스 검색

Update DOCUMENTATION.md

Clarify the PacketFreeCallback memory callback.
Coburn 4 년 전
부모
커밋
c562654cfb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      DOCUMENTATION.md

+ 2 - 2
DOCUMENTATION.md

@@ -60,7 +60,7 @@ Definitions of peer states for `Peer.State` property:
 
 #### Packet callbacks
 
-`PacketFreeCallback(Packet packet)` notifies when a packet is being destroyed. A reference to the delegate should be preserved from being garbage collected.
+`PacketFreeCallback(Packet packet)` notifies when a packet is being destroyed. Indicates if a reliable packet was acknowledged. A reference to the delegate should be preserved from being garbage collected.
 
 #### Host callbacks
 Provides per host events.
@@ -227,4 +227,4 @@ Contains constant fields.
 
 `Library.Deinitialize()` deinitializes the native library. Should be called after the work is done.
 
-`Library.Time` returns a current local monotonic time in milliseconds. It never reset while the application remains alive.
+`Library.Time` returns a current local monotonic time in milliseconds. It never reset while the application remains alive.