Daniel, please code below

Is that you meant before?

	if (_m->rcv.bind_address->useinfo.sock_str.len > 0) {
	    memset(&si, 0, sizeof(struct socket_info));
	    si.sock_str = _m->rcv.bind_address->useinfo.sock_str;
	    ci.sock = &si;

It works as we expected.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.