From f48e7e32b7be6c645eac8f7d76bd4cdfe0cd3616 Mon Sep 17 00:00:00 2001 From: Sebastian Vater Date: Mon, 13 Oct 2025 09:33:18 +0200 Subject: iSCSI Release candiate. Fixed iSCSI (some critical) bugs encountered during testing phase. Also, with a MaxRecvDataSegmentLength at least of 64k, which is the new default, iSCSI now works smoothly on boot even with no TCP_NODELAY. Finally, huge performance gains with parallel sessions by optimizing multithreading by using pthreads rwlock for read caches. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index ad61abb..310c4f8 100644 --- a/Doxyfile +++ b/Doxyfile @@ -30,7 +30,7 @@ ENABLE_PREPROCESSING = YES MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = YES SKIP_FUNCTION_MACROS = NO -PREDEFINED = __attribute__(x)= +PREDEFINED = __attribute__(x)= UNUSED # Warnings WARN_IF_UNDOCUMENTED = YES -- cgit v1.2.3-55-g7522