Cecylia Bocovich

Results 61 comments of Cecylia Bocovich

Sure enough, just preventing the error makes everything run without issue. I left in a comment about implementing it as a TODO but honestly I don't think we'll ever need...

> > Do you know if your snowflake sims need support for OutboundBindAddress? > >They shouldn't, no. And I don't think we're going to have trouble with running out of...

Okay, it looks like this is triggered from the go standard library call to [get addresses for network interfaces](https://cs.opensource.google/go/go/+/7ad92e95b56019083824492fbec5bb07926d8ebd:src/net/interface_linux.go;l=123). For the client and proxy, this happens before they bind to...

Hmm, I get a full bootstrap without any calls to `socket` for the `AF_NETLINK` address family when running it outside of shadow: [strace.log](https://github.com/shadow/shadow/files/11600549/strace.log) I'll do some more digging to see...

Oh, my bad. I forgot to run `strace -f` and it missed some threads. It is indeed calling `socket(AF_NETLINK, SOCK_RAW|SOCK_CLOEXEC, [...]`: [strace.log](https://github.com/shadow/shadow/files/11600732/strace.log)

I tracked down the "breaking" change to [a change in the webrtc library network stack](https://github.com/pion/webrtc/commit/eafdc7742a47062ee6409400f0464fa14a9b5979). Modifying snowflake's `go.mod` to use an older version of `pion/webrtc` and `pion/ice` works with the...

Documenting the workaround here: https://gitlab.torproject.org/cohosh/snowflake/-/commit/ec14599c22fd7dd61ae2191c8b9001a61b7b0fe2 It was easier than I thought, it turns out that both the older working version of the library and the new versions were calling the...

Thank you for summarizing the discussion! I want to add a few notes on routing asymmetry that I came across when looking into this a few years ago. Filtering out...

> I see, maybe my interpretation was wrong. I interpreted the 70% figure to mean 70% of packets in otherwise data-carrying flows; you're saying that it may be more like...

A few SQS improvements implemented @mchlp were just merged and deployed in the recent [Tor Browser 13.0.12 update](https://blog.torproject.org/new-release-tor-browser-13012/). Use of SQS with this version requires a slightly different bridge line:...