Jerome Etienne schrieb:
is there a puredata version with a better handling of network connection ? is it valuable for others if i write and send the patch ?
I think you just have to replace the last parameter (which is now 0) ind the send() calls in netsend with MSG_NOSIGNAL. This will prevent Pd from getting signalled in case netsend fails. This fix only seems to be needed on Linux. That's at least the fix I had to add to flashserver.
Olaf