sctp Questions
2
I saw that SCTP is going to be used for Data Channels starting in Chrome 31, and officially RTP based channels are going to be deprecated sometimes in February 2014 according to this google group t...
2
The WebRTC RTCPeerConnection interface has a createDataChannel method and an ondatachannel event handler. How do these interact? How do I create a single data channel that can be used to send/recei...
Overtrick asked 4/5, 2017 at 17:4
4
Solved
I am trying to understand the difference between message-oriented and stream-oriented protocols. I've searched around and haven't found a clear explanation or distinction between the two. Cou...
Hockenberry asked 10/6, 2010 at 19:11
1
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netinet/sctp.h>
#include <stdio.h>
#include <string.h>
int main(int argc,char *...
3
Solved
I'm investigating SCTP protocol. Its features look 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 lib...
Nitre asked 8/7, 2011 at 13:30
11
Solved
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 tra...
Blaeberry asked 23/7, 2009 at 13:2
1
Solved
How can I use SCTP protocol in Android?
I'm already aware that that Android systems don't support SCTP by default, however it's may be possible to enable it by inserting SCTP kernel module, or re...
Stickseed asked 17/4, 2013 at 23:28
3
Solved
What kind of SCTP support is there on various Windows versions?
Proffer asked 28/1, 2010 at 10:15
1
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 functional...
Dying asked 11/2, 2010 at 9:22
3
Solved
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...
Accessary asked 14/6, 2011 at 11:13
4
Solved
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...
3
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 ...
Vocabulary asked 9/3, 2009 at 16:38
1
© 2022 - 2024 — McMap. All rights reserved.