On 8/14/13 4:02 PM, Alex Balashov wrote:
On 08/14/2013 10:01 AM, Daniel-Constantin Mierla wrote:
can you change to a stream socket? Otherwise there might be some OS limits in place.
I'll try that, thanks Daniel.
But, it's now no longer complaining about sizes: it just hangs. Is that still a symptom of running into limits?
Not sure, but if it hangs, attach with gdb to the pid and do a backtrace to see where it is stuck:
gdb /path/to/executable __PID__
Cheers, Daniel