Subject: | If you are on a host without support for TCP window scaling... |
Thanks for Cache::Memcached,
If you are on a host without support for TCP window scaling...
You might want to edit GetParser.pm thus:
$res = sysread($sock, $self->[BUF],
<< 128*1024, $self->[OFFSET]);
Show quoted text
>> 64*1024, $self->[OFFSET]);
I couldn't find a way to obtain the MAX SO_RCVBUF size in a platform
independent manner.
I ran into this on a VMS host.
Peter (Stig) Edwards