Browse Source

Update README.md

NX 7 years ago
parent
commit
39cbb50718
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -359,6 +359,8 @@ Contains constant fields.
 
 
 `Library.maxPeers` the maximum possible number of peers.
 `Library.maxPeers` the maximum possible number of peers.
 
 
+`Library.maxPacketSize` the maximum size of a packet.
+
 `Library.version` the current version of the native library.
 `Library.version` the current version of the native library.
 
 
 `Library.Initialize(ref Callbacks inits)` initializes the native library. Callbacks parameter is optional and should be used only with a custom memory allocator. Should be called before starting the work. Returns true on success or false on failure.
 `Library.Initialize(ref Callbacks inits)` initializes the native library. Callbacks parameter is optional and should be used only with a custom memory allocator. Should be called before starting the work. Returns true on success or false on failure.