> I don't have a program to do this, no, because it's rare that you
> handle datagram sockets on the command line. It's pretty easy to do
> in C, though (especially if you're using skalibs ;))
>
> However, a design warning: if you're doing this, it's important to have
> throttle/rate-limiting options. Because data can arrive on a socket much,
> much faster than you can spawn a script, and unless the sender is fully
> trusted, it's a pretty good way to forkbomb and crash your machine.
>
> --
> Laurent
>
A good opportunity to improve my C.
Thank you very much!
Have a nice week
Paul
Received on Sun Dec 08 2024 - 22:36:47 CET