retitle 230406 netsed: does not actually support UDP
thanks
I've run netsed through gdb, and in the function bind_and_listen we have:
if (listen(lsock,16))
error("cannot listen on the socket (strange)");
But the glibc documentation says:
The listen function is not allowed for sockets using connectionless
communication styles.
So netsed does not in fact have UDP support.
--
Tim Retout <[email protected]>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]