wan_jm writes:
> why there is no reply, could you please give some suggestions.

I don't see a message describing a problem.

Did you read the man page for sctp_sendmsg(3SOCKET)?  If you're
getting errors that look like this:

"server.c", line 34: warning: implicit function declaration: printf
Undefined                       first referenced
 symbol                             in file
sctp_sendmsg                        server.o
sctp_recvmsg                        server.o

... then the problem is that you need to specify the use of the SCTP
library (-lsctp).  Did you do that?

Please post a more detailed message explaining what error message (or
messages) you saw, and more information about what you were trying to
do.

-- 
James Carlson, Solaris Networking              <james.d.carl...@sun.com>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to