diff options
| author | Sebastian Vater | 2025-10-13 09:33:18 +0200 |
|---|---|---|
| committer | Sebastian Vater | 2025-10-13 09:33:18 +0200 |
| commit | f48e7e32b7be6c645eac8f7d76bd4cdfe0cd3616 (patch) | |
| tree | 21abfd0f24b14807c6c81b0c9d1ce6e82c3cc817 /Doxyfile | |
| parent | Fixed iSCSI SCSI INQUIRY optimal block size configuraton. Finally, added TCP_... (diff) | |
| download | dnbd3-f48e7e32b7be6c645eac8f7d76bd4cdfe0cd3616.tar.gz dnbd3-f48e7e32b7be6c645eac8f7d76bd4cdfe0cd3616.tar.xz dnbd3-f48e7e32b7be6c645eac8f7d76bd4cdfe0cd3616.zip | |
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.
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
