Date: Sat, 3 Dec 2011 05:34:43 -0800 (PST) From: jyl_2006 <yilinjing2006@gmail.com> To: freebsd-net@freebsd.org Subject: Re: the return value of sctp_connectx do not match any error Message-ID: <1322919283456-5044536.post@n5.nabble.com> In-Reply-To: <C6A45788-E86B-4825-A4A6-2859B74D110B@lurchi.franken.de> References: <1322834879026-5041952.post@n5.nabble.com> <0D6FA7F2-1462-44EF-98F4-3B6AFC856757@lurchi.franken.de> <1322888085250-5043901.post@n5.nabble.com> <C6A45788-E86B-4825-A4A6-2859B74D110B@lurchi.franken.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Michael The problem about sctp_connectx is solved.Thank you very much. But I encounter another problem, it's about sctp_getladdrs().Every time I call this function, the return value is "ENOMEM". Even I reboot the computer, this problem still exists. My function is: struct sockaddr *show_ip_address = NULL; sctp_getladdrs(_sctp_socket, _sctp_associd, &show_ip_address); -- View this message in context: http://freebsd.1045724.n5.nabble.com/the-return-value-of-sctp-connectx-do-not-match-any-error-tp5041952p5044536.html Sent from the freebsd-net mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1322919283456-5044536.post>