9 Commits

Author SHA1 Message Date
e399fcb5cb Revert "Added two new packet structure implementations:"
This reverts commit 506b4257a3a49c0b6bd779b0bd720b92f85f64c0.
2017-10-03 16:40:47 +02:00
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
e14794529e Added security measures against packet replay (mostly only useful in enncrypted mode)
Added checks to prevent sub-message dropping
v1.1.0
2017-09-29 13:18:09 +02:00
c46cc97913 Fixed issue where sending a string didn't include a null terminator v1.0.1 2017-09-29 07:38:12 +02:00
84c0c62f5e Fixed error causing client to hang until remote host closed the connection v1.0.0 2017-09-29 01:30:49 +02:00
e93f1e7a95 Moved network code to a separate component
I think I did some minor fix(es)
2017-09-29 01:24:08 +02:00
2553cb15c0 Made some minor changes 2017-09-29 00:50:28 +02:00
ece5ad6ee1 Add project files. 2017-09-29 00:47:33 +02:00
e4d28d4811 Add .gitignore and .gitattributes. 2017-09-29 00:47:27 +02:00