sctp
SCTP implementation with java?
How to implement SCTP protocol between 开发者_开发知识库a gateway and a server with java ?If your target is Java 7 never try to implement it. As Andrew and Tom stated its already implemented as a core[详细]
2023-04-05 09:30 分类:问答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[详细]
2023-03-28 14:47 分类:问答SCTP: any cross-platform library?
I\'m investigat开发者_运维问答ing 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 leas[详细]
2023-03-18 18:56 分类:问答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 me[详细]
2023-03-02 02:25 分类:问答How to send message to a SCTP association which is found during receive?
I am havin开发者_Go百科g an socket to receive data from multiple clients. sockfd = socket(...); bind(sockfd, ...);[详细]
2023-02-27 05:24 分类:问答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?[详细]
2023-02-10 11:20 分类:问答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().[详细]
2023-02-01 03:38 分类:问答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.[详细]
2023-01-04 09:30 分类:问答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).[详细]
2022-12-27 23:44 分类:问答Logging ASMX Requests and Responses from Client
I\'ve got a C# web application which I c开发者_开发知识库an\'t easily update the code of. However, I can make configuration changes to the application.[详细]
2022-12-25 08:35 分类:问答