Fahad, On Fri, 21 Jul 2006, Fahad Saleem wrote: > i have implemented accept() but it return -95 which is an error code for > EOPNOTSUPP - Operation not supported on transport endpoint As it will if the SCTP socket is not TCP-style. (You must create it with SOCK_STREAM to get TCP-style SCTP socket with lksctp.) --brian - : send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html