pysctp icon indicating copy to clipboard operation
pysctp copied to clipboard

SCTP stack for Python

Results 17 pysctp issues
Sort by recently updated
recently updated
newest added

Hello, who can tell me how to set a new source address, and how to add new addresses to the created association so that they can be seen by the...

Hi, When I am creating a sctp server, and then getting the request from other subnets, somehow it doesn't work. If both sctp client and server are in the same...

I'm at the very first stage of setting up an sctp connection between my application and a third party system. I'm getting ABORT with Invalid mandatory parameter cause in response...

On the python process I'm seeing an `EINVAL` returned by `sctp_recvmsg()` just after `accept()`. Here's the `strace` output for the same ``` epoll_wait(22, {{EPOLLIN, {u32=3, u64=41313874535776259}}}, 1023, 5000) = 1...

Hello. I have a program that sends data to SCTP, but there is one problem: If I set into program tcp.settimeout (0.1) or tcp.setblocking (0), and when trying to read,...

Modify _sctp.c to make it can be compiled in Solaris OS.

I've been playing around for the past couple hours trying to get this working on my Mac. I've installed the SCTP libs from http://sctp.fh-muenster.de/index.html and I can build & install...

Is pySCTP compatible with Twisted as it is? Some work needs to be done?

Current implementation of pySCTP is out of sync with socket API. Any volunteer to update this? :)