1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-09-26 03:40:05 +00:00

Added Windows Bot client

- Shells 'work' but line endings aren't converted yet so pressing enter doesn't work lol
This commit is contained in:
2022-03-17 18:22:26 -05:00
parent 851cb95d75
commit 4833dea67f
8 changed files with 340 additions and 107 deletions

View File

@@ -9,8 +9,8 @@
#define LAIKA_MAX_PKTSIZE 4096
#define LAIKA_HOSTNAME_LEN 64
#define LAIKA_IPV4_LEN INET_ADDRSTRLEN
#define LAIKA_INET_LEN INET_ADDRSTRLEN
#define LAIKA_IPV4_LEN 16
#define LAIKA_INET_LEN 16
#define LAIKA_SHELL_DATA_MAX_LENGTH 256