Disable SO_SNDTIMEO and SO_RCVTIMEO on Solaris
authorTrond Norbye <trond.norbye@sun.com>
Thu, 11 Dec 2008 18:25:12 +0000 (19:25 +0100)
committerTrond Norbye <trond.norbye@sun.com>
Thu, 11 Dec 2008 18:25:12 +0000 (19:25 +0100)
commit272ffde5fd710e85607c0033ad80792d415f26b7
tree8904d201efb5cda38400280118186cb19652ea94
parent295e847e38375ba6b8669c33264fd46dc3e59feb
Disable SO_SNDTIMEO and SO_RCVTIMEO on Solaris

setsockopt(SO_SNDTIMEO/SO_RCVTIMEO) returns -1 with errno == 99 (not supported)
I have temporarily disabled the code with #ifdef __sun, but should update
the configure script to test for this and set the correct macros.
libmemcached/memcached_connect.c