-
In syscalls.h,
```
#ifdef __FreeBSD__
...
#define HAVE_SCTP
```
but in sctp.cc we check `HAVE_SCTP` before including syscalls.h:
```
#ifdef HAVE_SCTP
#include
#include
#include
#inclu…
-
When we added transport objects we cleaned up event firing on them in https://github.com/w3c/webrtc-pc/issues/2283. But we left out SCTP transport.
We currently update [[SctpTransportState]] and (e…
-
Hi Louis,
may i know have you test the bandwidth of the datachannel with libdatachannel? have you test it under arm device like raspberry pi4? it seems there is limitation in sctp library. this is …
-
I am currently experiencing an issue with SCTP connectivity between two Kubernetes clusters while utilizing Submariner for multi-cluster communication.
**Environment Details:**
**Clusters:** Two s…
-
**Describe the problem/challenge you have**
Currently Antrea Traceflow doesn't support `SCTP` Protocol for traceflow packets.
**Describe the solution you'd like**
Add support for `SCTP` protocol…
-
Hello,
I am facing issues while I am integrating the srsRAN solution with a nearRT-RIC running on a docker compose.
My current setup is the srsRAN ( commit e73b46182 ) on a baremetal server, …
-
I didn't find a solution that really worked
## Issue Description ##
I follow the srsRAN_Project file requirements, using USRP B200, based on
sudo./gnb -c gnb_zmq.yam
l directive want to be able…
-
### Which section(s) is the issue in?
There's an issue with the RDS:
https://github.com/openshift/openshift-docs/blob/3183f7f44940d51579b9961dc7de2b5ffb737b73/snippets/telco-core_sctp_module_m…
-
Introduced in k8s 1.12
https://github.com/kubernetes/kubernetes/pull/64973
Tasks:
* [x] Introspect SCTP headers in datapath
* [x] Support Hubble observability for SCTP
* [x] Support policy en…
-
### Open5GS Release, Revision, or Tag
v2.7.1
### Steps to reproduce
ogs_sctp_client() API doesn't allow passing in a list of local IP addresses to bind to before issuing the connect.
As a result…