+4
−2
Loading
32 bytes is not enough for holding IPv6 address string representation, which breaks initialization of TCP qpair on server side while accepting new connection, `inet_ntop()` returns `ENOSPC` in that case and connection closes abruptly. Fixes #3590 Change-Id: I8dbe49ce33f3515d732fd5752e30e60f14cde0c4 Signed-off-by:Andrey Korzinev <ak@nebius.com> Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/25642 Tested-by:
SPDK Automated Test System <spdkbot@gmail.com> Reviewed-by:
Jim Harris <jim.harris@nvidia.com> Reviewed-by:
Tomasz Zawadzki <tomasz@tzawadzki.com>