-
I am currently experiencing an issue with the windows version of this library. My current set up has clients using the windows version of this library establishing connections with a linux server that…
-
Currently, when using IDEs (like Visual Studio), header files don't appear on places like Solution Explorer.
![image](https://user-images.githubusercontent.com/5001447/105551719-d65b2480-5cb7-11eb-80…
-
I caught a coredump seeding via webtorrent in libtorrent. I suspect the issue is in the libdatachannel ThreadPool. The abort was triggered by glibc, as you can see in the stack:
```
free(): invali…
-
Hello!
First of all, thanks for great library and project!
I'm reporting an issue we discovered while investigating #354 (potentially related to this).
For context: we've been studying the is…
harbu updated
3 years ago
-
I see that libdatachannel supports trickle ice, is there something in here we have todo to make it work?
-
I made the upgrade into your newest version and successfully built the library but when compiling my program, the compiler Clang emit these errors,
```
In file included from /usr/local/include/rtc…
-
Not something of much importance but when running cmake the below warning appears. It is cmake saying plog has too low minimum version supported (as cmake people are planning to drop support of 2.x).
…
-
Hey @sipsorcery
You have done an amazing job, this is better than I had ever imagined :) What do you think of announcing this? You have done most of the work so your call. More people knowing abou…
-
Second size parameter should be MAX_NUMERICSERV_LEN instead of MAX_NUMERICNODE_LENx2
```
char nodebuffer[MAX_NUMERICNODE_LEN];
char servbuffer[MAX_NUMERICSERV_LEN];
if (getnameinfo(p->ai_addr, p->…
-
On `sdp` description we have maxMessage option. How to change that?
Should we change it before creating datachannel?