From 26597a785ec2dd4e9ec9fb7d9765d2ee8779ee16 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 16 Nov 2023 05:13:06 +0000 Subject: Add -J and -j to the TLS tools to check for peer close_notify. Also, and more importantly, significantly rewrite stls_run() for better full-duplex support. This implementation isn't fully tested yet. Signed-off-by: Laurent Bercot --- src/tls/s6tls-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tls/s6tls-internal.h') diff --git a/src/tls/s6tls-internal.h b/src/tls/s6tls-internal.h index fdd247f..1ab77f6 100644 --- a/src/tls/s6tls-internal.h +++ b/src/tls/s6tls-internal.h @@ -9,7 +9,7 @@ #include #include -#define S6TLS_PREP_IO_ARGC 15 +#define S6TLS_PREP_IO_ARGC 16 #define S6TLS_PREP_IO_BUFLEN (5 * UINT_FMT) extern pid_t s6tls_io_spawn (char const *const *argv, int const *, int) ; -- cgit v1.2.3