Maxim Dounin wrote:
I'm using memcached on FreeBSD -- I haven't noticed any issues -- is this config specific or should I look to apply this ?Hello!Attached patch fixes unix sockets support under FreeBSD (and probably other *BSD's too, not checked). Should apply cleanly to trunk. Problem background: FreeBSD's sendmsg() requires msg_name in msghdr structure to be NULL if not used, setting msg_namelen to 0 isn't enough. Maxim Dounin
