On Fri, Sep 17, 2010 at 12:14 AM, ligerdave <[email protected]> wrote:
> 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? > > > @ligerdave, i think you meant strdup() ..its string duplicate function ( more info : man strdup )
