memset(&addr, 0, sizeof(addr));
addr.sun_family = AF_UNIX;
strncpy(addr.sun_path, m_config.bindAddress.c_str(), m_config.bindAddress.length());
memset(&addr, 0, sizeof(addr));
addr.sun_family = AF_UNIX;
strncpy(addr.sun_path, m_config.bindAddress.c_str(), m_config.bindAddress.length());