in reply to Making IO::Socket::UNIX client time out
Nothing in the documentation for IO::Socket::UNIX says it takes a Timeout option; IO::Socket::INET does, but not the unix domain flavour nor its parent IO::Socket. That it doesn't produce some sort of warning on unsupported / unexpected arguments is . . . unexpected.
Update: Aaah, that's because (after RTFS) despite not being documented IO::Socket does handle Timeout. Hrmm, never mind me.
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Making IO::Socket::UNIX client time out
by kroach (Pilgrim) on Oct 02, 2019 at 13:25 UTC |