Tim Čas
Tim Čas
> For most sokol headers, I have the idea rolling around in the back of my head (actually stolen from some ourmachinery blog post) to define a public state struct...
***I got it working!*** Above fixes lead me to the ultimate one, which is to add `STUN_ATTR_TYPE_XOR_MAPPED_ADDRESS` to STUN mappings. (I've implemented this in `agent.c`) It's still not a *full*...
See https://github.com/sepfy/libpeer/pull/60
> it seems like were thesame issue as in my previous post #40 it gives 0x0009 response im still working a way to decode its response code to get some...
There's a bug in CMakeLists.txt that I spotted. Should be easily fixed; I'll make a new PR soon.
Took a bit longer than expected, and I noticed another small issue. Fixed all of that now.
Windows does in fact use Berkley sockets (from actual Berkley/BSD, in fact — obviously probably modified by Microsoft at various points). They are only a few (trivial) differences: - Instead...
> I'm seeing the long delays in the browser also. It happens when the browser is waiting for all of the ice candidates to come in. My thinking is that...
@sepfy @richlegrand https://github.com/sepfy/libpeer/pull/60
Note that `+` is not a valid number prefix according to the [JSON spec](https://www.json.org/json-en.html), so this PR would make it non-compliant: 