Why does IO::Socket::INET not support the UDP protocol?
UDP is supported via IO::Socket::Async
. UDP is connectionless, so this is the natural way to do it.
In principle, you could make IO::Socket::INET
support UDP as well, but that's not necessarily a good idea...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With