Folks, I would like to set my memcache instance to listen to only a list of given IPs.
I know you can specify an IP/interface by using -l 127.0.0.1. Is it possible to do something like this: -l ip1,ip2,ip3 I was trying to find its source code for stddup(), the piece dealing with -l argument. Does anyone know where to find it?
