Tagged Questions

Stream Control Transmission Protocol (SCTP) is a Transport Layer protocol, serving in a similar role to the popular protocols Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).

learn more… | top users | synonyms

22
votes
6answers
2k views

Why is SCTP not much used/known

I recently checked out the book "UNIX Network Programming, Vol. 1" by Richards Stevens and I found that there is a third transport layer standard besides TCP and UDP: SCTP. Summary: SCTP is a ...
6
votes
0answers
728 views

SCTP with Multihoming as a Drop In Replacement for TCP

SCTP has native multi-homing support which if I understand it correctly will automatically reroute your packets over a secondary NIC if the primary interface goes down. I duplicated this ...
5
votes
4answers
1k views

.NET SCTP implementation

I'm looking for a .NET implementation of the SCTP protocol. A component or a C#/F# source code would be preferred, however if no such thing is available a VB.NET source code could probably work too. ...
4
votes
3answers
1k views

Does SCTP works as advertised using Linux?

I am planning to use SCTP for a embedded Linux project. Anybody has some comments on SCTP usage, mostly in one-to-many mode? Did it beat using a home-made UDP-based equivalent solution? I control the ...
3
votes
2answers
197 views

SCTP: any cross-platform library?

I'm investigating SCTP protocol. Its features looks attractive. What I worry is its support from community. Is there any good cross-platform (at least Linux and Windows) C++ (or at least C) SCTP ...
3
votes
1answer
537 views

Select returning 0 on a closed SCTP socket

This is related to the question: SCTP with Multihoming as a Drop In Replacement for TCP I have a simple echo client / concurrent server app that ran perfectly fine using TCP. I could pipe a file to ...
3
votes
3answers
1k views

What kind of SCTP support is there on various Windows versions?

What kind of SCTP support is there on various Windows versions?
2
votes
3answers
308 views

Linux SCTP implementation status

Some time ago I had used SCTP on Linux and now I want to use it again in new project. The problem is that, lksctp seems to be dead, there were no updated since 2009 (according to git). In this time ...
2
votes
3answers
772 views

Is SCTP good for peer-to-peer apps?

I am considering using SCTP instead of TCP for a p2p app written in C. Should I do it? Also how does the speed of SCTP compare to the speed of TCP? EDIT: I found that SCTP can be tunneled over UDP ...
1
vote
3answers
90 views

How to get started with Python SCTP stack (pysctp)?

I've just installed pysctp from http://www.epx.com.br/pysctp/, and I'm having trouble getting the basic example working. What could I be doing wrong? I'm on Red Hat Linux. Python 2.7.2 (default, ...
1
vote
1answer
97 views

SCTP: Issue with sending data over 100msec delay

I am using a SCTP client to send 1000byte data to another SCTP server over a 100m sec delay link. The delay is configured using traffic control(tc) and netem available in Linux tc qdisc add dev eth0 ...
1
vote
3answers
800 views

SCTP Multihoming

I've been developing this simple client - server application with C where the client is just sending random data to the server and the server just listens to what the client sends. The protocol I'm ...
1
vote
1answer
126 views

Can I with SCTP use bindx/SCTP_SOCKOPT_BINDX_ADD after connecting?

When using SCTP, after I have called bind() (but not bindx() / SCTP_SOCKOPT_BINDX_ADD) and after I have called connect(), can I then call bind() or use SCTP_SOCKOPT_BINDX_ADD? E.g. -after- ...
1
vote
1answer
187 views

Have a multi-ip interface. How to select one of them to establish an outgoing connection?

I am working with with an interface with multiple assigned IP addresses. I need establish a connection from this interface to a remote listening SCTP socket (not in multi-homing mode). How is it ...
1
vote
3answers
1k views

Windows equalivalent to eth0

Is there a generic IP device name for windows similar to "eth0" used by Linux and Solaris? I am attempting to monitor SCTP traffic, which appears to be successful passing the ip address, but this ...
0
votes
1answer
16 views

SCTP missing include file on OSX?

I was messing around with sockets, and I wanted to test out using the SCTP protocol on my mac. However, when I try to include the file netinet/sctp.h the compiler gives me a 'file not found' error. ...
0
votes
1answer
70 views

Inject sctp packets

I've been trying to inject sctp packets in linux environment with no success, This is what I have done, I've created an association between two points(one terminal with sctp server and another ...
0
votes
2answers
34 views

changing the protocol for client to server

I have to test the value from client to server using different protocols (Tcp , UDP , Sctp). Please guide how it can be possible. Is there any way in windows to change the protocol or is there anyway ...
0
votes
1answer
60 views

Linux SCTP Stack deployed with other non OS SCTP Stack on same machine

I am using Linux SCTP Stack. Currently on the same Linux machine I need to deploy a process which uses non OS SCTP STACK. (i.e. it opens a RAW socket and then handles transport level message on its ...
0
votes
0answers
87 views

How to send message to a SCTP associaiton which is found during receive?

I am having an socket to receive data from multiple clients. sockfd = socket(...); bind(sockfd, ...); listen(sockfd, ...); while (true) { nread = sctp_rcvmsg(sockfd, ..., buf, ...
0
votes
1answer
122 views

Protocol specific Socket creation and socket option information

I am trying to create a socket of sctp and then retrieve the socket options information, using sctp_opt_info(). I am successfully able to create the specific socket however on socket option retrieval ...
0
votes
2answers
134 views

tcp/ip without ip in .net

Strange title I know, but please hear me out. I am looking for a version of TcpClient and TcpListener which don't use IP. In essence, I would like to be able to use all the TCP benefits (reliable ...
0
votes
0answers
78 views

Error compiling m3ua sample app

I have downloaded this m3ua package from http://sourceforge.net/projects/m3ua/ and i have been getting this error while doing make sctp: struct sctp_event_subscribe has no member named sctp ...
0
votes
3answers
172 views

Problem between IO heavy operations and network application listening for UDP and SCTP data

We have an application that uses two types of socket, a listening UDP socket and an active SCTP socket. At certain time we have scripts running on the same machine that have high IO activities (such ...
0
votes
1answer
275 views

build sctp protocol ss7 openss7

I try to make an ss7 application using openss7 and sctp. I made some simple application using SCTP. the part of the source code is like below : sock_srvr = socket(PF_INET, SOCK_DGRAM, ...
0
votes
1answer
181 views

How to build mpich2 with sctp network module in linux?

What configure options a should use to compile mpich2 (ver 1.1.1p1 or 1.2.1p1) with sctp ? In my try there is a error when linking cpi.c (small example). ...
0
votes
1answer
1k views

does android natively support RTP and/or SCTP?

I am developing a walkie-talkie application for Android, and would like to know whether RTP and/or SCTP is natively supported in the latest version of android SDK. From whatever I have dug-up so ...
0
votes
0answers
436 views

problem setting up SCTP client-server in linux

I'm trying to get SCTP to work. I wrote a simple client and server and tested it with localhost(127.0.0.1 as server). it works perfectly, the server bind a port , listen and accept a socket and the ...
0
votes
1answer
763 views

Erlang Hash Tree

I'm working on a p2p app that uses hash trees. I am writing the hash tree construction functions (publ/4 and publ_top/4) but I can't see how to fix publ_top/4. I try to build a tree with publ/1: ...
0
votes
1answer
85 views

Why must endpoints manage conversions between bytes sent and received TSNs sent and received in SCTP congestion control?

As stated in RFC 3286: "...endpoints must manage the conversion between bytes sent and received and TSNs sent and received, since TSN is per chunk rather than per byte". How does this affect the ...
-1
votes
1answer
142 views

SCTP implementation with java?

How to implement SCTP protocol between a gateway and a server with java ?