Rob Mason

Results 29 comments of Rob Mason

I found this issue from a few years back which looks potentially related? https://github.com/pion/sctp/issues/62

@Sean-Der, @enobufs Thank you both for looking into this! @enobufs regarding the buffer size, I was curious about that as well and decided to do some more testing! I benchmarked...

Thank you for looking into this! I'm excited to see what the throughput looks like when inflight size is excluded :)

With your updated version of go-rudp/sctp-test (passing buffer size into pion/sctp assoc), I see *dramatically* better throughput. For the curious: | RTT | Recv buffer size | Throughput | |...

@enobufs I'm curious if the commit to exclude the in-flight size is ready to land (or could be!) I've been testing datachannels with the larger buffer offered through the SettingEngine,...

I was able to work around this issue by calling `getifaddrs` via cgo, which was preferable to using JNI for me. `getifaddrs` is available in Android 7.0+. Code in the...

Context support is important is to support cancellation, and would definitely be useful here. In case it's helpful to know, I'm choosing not to use this package due to the...

This would be very useful for my projects, too.

Seconding this, the approach here is much better than pulling in a huge library.

@yan12125 I haven't tested your code, but this approach looks great. Unfortunately any of our workarounds don't work when using 3rd party libraries that call net.Interfaces() directly. This is a...