This commit is contained in:
2026-08-07 17:01:40 +03:00
parent 0d646df314
commit 71b0c9f5af
13 changed files with 684 additions and 36 deletions

View File

@@ -37,5 +37,8 @@
#define BACKLOG 10
// length of string buffer for in/out argument `value` (for handlers)
#define IOBUF_LEN 256
int open_socket();
int read_string(SSL *ssl, char *buf, int l);