Gabriel Tofvesson 506b4257a3 Added two new packet structure implementations:
- Standard packet for messages smaller than or precisely 16KiB
  - Sparse packet: separates the message over a set of memory blocks with a maximum size of 16KiB. Maximum theoretical size (reading may not work) 2^128 ish
Started replacing packet management system with new system
2017-10-03 04:43:37 +02:00
2017-09-29 00:47:33 +02:00
2017-09-29 00:47:33 +02:00
2017-09-29 00:47:33 +02:00

CPPTools

Useful tools for use in C++ projects

Description
Support lib for C++. Specifically aimed at networking but also contains functions to simplify cryptography, array concatenation and more...
Readme 14 MiB
Languages
C++ 96.6%
C 3.4%