Files
bitcoin/src
Ryan Ofsky 0448a19b1b ipc: Improve -ipcconnect error checking
When an invalid socket path is passed to -ipcconnect, either because the path
exceeds the maximum socket length, or the path includes a directory component
which is not actually a directory, treat this the same as the same as the
socket refusing connections or not existing, instead of treating it like a more
serious I/O error and throwing a fatal exception.

This is needed to avoid CI errors after the following commit which adds a
functional test and uses -datadir paths exceeding the maximum socket length
when running in CI.
2026-02-27 19:26:08 -04:00
..
2026-02-27 19:26:08 -04:00
2026-02-17 21:40:46 +05:30