We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e64302 commit 5e5b50cCopy full SHA for 5e5b50c
toxcore/group_common.h
@@ -45,7 +45,7 @@
45
/* Max size of a complete encrypted packet including headers. */
46
#define MAX_GC_PACKET_SIZE (MAX_GC_PACKET_CHUNK_SIZE * 100)
47
48
-/* Allow incoming NGC custom packets that are non private to be up to the total max size of MAX_GC_PACKET_SIZE.
+/* Allow incoming NGC custom packets to be up to the total max size of MAX_GC_PACKET_SIZE.
49
* The data itself can only be less than that because of NGC header overhead
50
*/
51
#define MAX_GC_CUSTOM_LOSSLESS_INCOMING_ASSEMBLED_PACKET_SIZE MAX_GC_PACKET_SIZE
0 commit comments