-
I have test the code like following:
In short it's just goroutine the `accept` and close the listener. In TCP test, `accept` will return error and we can use error handling to close the socket. But i…
-
Is it any plans to support sctp/sctp6 ( http://en.wikipedia.org/wiki/SCTP http://en.wikipedia.org/wiki/SCTP_packet_structure ) in luasocket? :)
It will be very usefull for writing some server software…
-
move https://github.com/webrtc-rs/sctp/issues/1 to here
```
looking at the state cookie generation implementation, shouldn't it include HMAC generation and other things as mentioned here?
```
-
Why result is expecting data chunk? From standard: "Ensure that the IUT is able receive segmented data." So SACK with Cumulative TSN Ack field should be enough.
-
Unless I missed it, there doesn't seem to be an option to disable the native SCTP listeners. It would be good to be able to turn these off.
-
Can someone help me how to disable sctp chunk bundling.
-
Stream Control Transmission Protocol (SCTP) is a transport protocol like TCP or UDP that offers message-oriented transport (like UDP) with reliability and congestion-control (like TCP). See also the […
-
Hello.
Even though I found out the ["enable sctp in fstack #45"](https://github.com/F-Stack/f-stack/issues/45),
I don't know how to compile SCTP source code of FreeBSD to F-Stack?
Can I refer the …
-
Can we do path MTU discovery or do we need to calculate it ourselves? @tuexen mentioned that the MTU is dependent on the chosen cipher suite, so this is going to be fun.
-
Hi , I have followed all the steps which are required to enable SCTP with seagull.
After all installation when i run seagull i am gettng below error
Tried on ubuntu/centos behaviour is same
you…